Bug 140334 - [WinCairo] Accelerated compositing has stopped working.
Summary: [WinCairo] Accelerated compositing has stopped working.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-10 02:51 PST by peavo
Modified: 2015-01-10 07:34 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.10 KB, patch)
2015-01-10 02:59 PST, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2015-01-10 02:51:33 PST
The method GraphicsLayerTextureMapper::flushCompositingStateForThisLayerOnly() is not updating the backingstore anymore, we need to call the new method GraphicsLayerTextureMapper::updateBackingStoreIncludingSubLayers().
Comment 1 peavo 2015-01-10 02:59:29 PST
Created attachment 244406 [details]
Patch
Comment 2 Gwang Yoon Hwang 2015-01-10 03:25:19 PST
The patch looks good for me.
Sorry about forgetting WinCairo port while updating TextureMapper.
Comment 3 peavo 2015-01-10 03:47:52 PST
(In reply to comment #2)
> The patch looks good for me.
> Sorry about forgetting WinCairo port while updating TextureMapper.

No worries :)
Comment 4 Brent Fulgham 2015-01-10 06:15:50 PST
Comment on attachment 244406 [details]
Patch

R=me
Comment 5 WebKit Commit Bot 2015-01-10 06:57:35 PST
Comment on attachment 244406 [details]
Patch

Clearing flags on attachment: 244406

Committed r178239: <http://trac.webkit.org/changeset/178239>
Comment 6 WebKit Commit Bot 2015-01-10 06:57:39 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 peavo 2015-01-10 07:34:53 PST
(In reply to comment #4)
> Comment on attachment 244406 [details]
> Patch
> 
> R=me

Thanks :)