Bug 140334

Summary: [WinCairo] Accelerated compositing has stopped working.
Product: WebKit Reporter: peavo
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alex.christensen, bfulgham, commit-queue, yoon
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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 :)