Bug 131056 - [iOS WebKit2] Partial repaint is broken
Summary: [iOS WebKit2] Partial repaint is broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 13:44 PDT by Tim Horton
Modified: 2014-04-01 13:48 PDT (History)
2 users (show)

See Also:


Attachments
patch (1.48 KB, patch)
2014-04-01 13:45 PDT, Tim Horton
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-04-01 13:44:22 PDT
I added a .bounds() where it didn't belong, so we would optimize away the copy from back to front despite the repaint rects not actually covering the whole bounds, so when we go to paint we won't paint the whole surface.
Comment 1 Tim Horton 2014-04-01 13:45:39 PDT
Created attachment 228314 [details]
patch
Comment 2 Tim Horton 2014-04-01 13:48:10 PDT
Thanks, dino!

http://trac.webkit.org/changeset/166607