WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
107059
Coordinated Graphics: Paint contents on a backing store only when RenderLayerBacking requests.
https://bugs.webkit.org/show_bug.cgi?id=107059
Summary
Coordinated Graphics: Paint contents on a backing store only when RenderLayer...
Dongseong Hwang
Reported
2013-01-16 15:59:22 PST
Currently, Coordinated Graphics can paint contents without a setNeedsDisplay request, and sometimes Coordinated Graphics skips a setNeedsDisplay request. This patch fixes above problems. 1. CoordinatedTile constructor does not set a dirty rect. 2. CoordinatedGraphicsLayer stores pending dirty rects and flushs in updateContentBuffers() because CoordinatedGraphicsLayer creates a backing store lazily.
Attachments
Patch
(4.51 KB, patch)
2013-01-16 16:03 PST
,
Dongseong Hwang
noam
: review-
noam
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dongseong Hwang
Comment 1
2013-01-16 16:03:24 PST
Created
attachment 183051
[details]
Patch
Dongseong Hwang
Comment 2
2013-01-16 16:03:55 PST
After this patch, coordinated graphics draws google gravity incorrectly, but current coordinated graphics works well by chance. This patch is right, but we need to wait
Bug 107051
not to create regression.
Noam Rosenthal
Comment 3
2013-01-22 09:33:38 PST
Comment on
attachment 183051
[details]
Patch I don't understand how this is tested...
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