Bug 76220 - Create a GraphicsLayer for the overhang areas if threaded scrolling is enabled
Summary: Create a GraphicsLayer for the overhang areas if threaded scrolling is enabled
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-12 15:44 PST by Anders Carlsson
Modified: 2012-01-12 16:31 PST (History)
0 users

See Also:


Attachments
Patch (9.27 KB, patch)
2012-01-12 15:47 PST, Anders Carlsson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-01-12 15:44:02 PST
Create a GraphicsLayer for the overhang areas if threaded scrolling is enabled
Comment 1 Anders Carlsson 2012-01-12 15:47:44 PST
Created attachment 122326 [details]
Patch
Comment 2 Simon Fraser (smfr) 2012-01-12 15:57:03 PST
Comment on attachment 122326 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=122326&action=review

> Source/WebCore/ChangeLog:30
> +        Remove PLATFORM(CHROMIUM) #ifdefs. Fix a bug the overhang layer was being
> +        added above the clip layer.

Run-on sentence.
Comment 3 Anders Carlsson 2012-01-12 16:31:03 PST
Committed r104879: <http://trac.webkit.org/changeset/104879>