Bug 104640

Summary: [GTK] REGRESSION(r135620): Accelerated Compositing does not draw some pages.
Product: WebKit Reporter: Dongseong Hwang <dongseong.hwang>
Component: Layout and RenderingAssignee: Dongseong Hwang <dongseong.hwang>
Status: RESOLVED FIXED    
Severity: Normal CC: mrobinson, noam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 103046    
Bug Blocks: 103366, 104672    
Attachments:
Description Flags
Patch none

Dongseong Hwang
Reported 2012-12-10 23:47:37 PST
After r135620, Accelerated Compositing does not draw some pages, because r135620 changes the tree-traversal. Before r135620, we returned early if TextureMapperLayer can not gain TextureMapper from the root layer. However, after r135620, we run the tree-traversal even if TextureMapperLayer can not gain TextureMapper. This patch makes TextureMapperLayer return early like code before r135620.
Attachments
Patch (1.96 KB, patch)
2012-12-10 23:56 PST, Dongseong Hwang
no flags
Dongseong Hwang
Comment 1 2012-12-10 23:56:54 PST
WebKit Review Bot
Comment 2 2012-12-11 14:37:46 PST
Comment on attachment 178734 [details] Patch Clearing flags on attachment: 178734 Committed r137362: <http://trac.webkit.org/changeset/137362>
WebKit Review Bot
Comment 3 2012-12-11 14:37:49 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.