WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
104640
[GTK] REGRESSION(
r135620
): Accelerated Compositing does not draw some pages.
https://bugs.webkit.org/show_bug.cgi?id=104640
Summary
[GTK] REGRESSION(r135620): Accelerated Compositing does not draw some pages.
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dongseong Hwang
Comment 1
2012-12-10 23:56:54 PST
Created
attachment 178734
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug