Bug 99372 - Ensure that GraphicsLayer positions are updated while doing threaded scrolling
Summary: Ensure that GraphicsLayer positions are updated while doing threaded scrolling
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-15 15:22 PDT by Simon Fraser (smfr)
Modified: 2012-10-15 17:50 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.79 KB, patch)
2012-10-15 15:23 PDT, Simon Fraser (smfr)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2012-10-15 15:22:05 PDT
Ensure that GraphicsLayer positions are updated while doing threaded scrolling
Comment 1 Simon Fraser (smfr) 2012-10-15 15:23:53 PDT
Created attachment 168792 [details]
Patch
Comment 2 Simon Fraser (smfr) 2012-10-15 15:31:21 PDT
http://trac.webkit.org/changeset/131373
Comment 3 Seokju Kwon 2012-10-15 17:42:12 PDT
+ scrollLayer->syncPosition(-frameView->scrollPosition());
Does it need USE(ACCELERATED_COMPOSITING)?
Comment 4 Simon Fraser (smfr) 2012-10-15 17:50:44 PDT
If you say so.