Bug 130778 - Add a custom behavior flag to GraphicsLayer, piped down to PlatformCALayer, for scrolling layers
Summary: Add a custom behavior flag to GraphicsLayer, piped down to PlatformCALayer, f...
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: 2014-03-26 09:54 PDT by Simon Fraser (smfr)
Modified: 2014-03-26 12:37 PDT (History)
9 users (show)

See Also:


Attachments
Patch (18.36 KB, patch)
2014-03-26 09:56 PDT, Simon Fraser (smfr)
thorton: 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) 2014-03-26 09:54:51 PDT
Add a custom behavior flag to GraphicsLayer, piped down to PlatformCALayer, for scrolling layers
Comment 1 Simon Fraser (smfr) 2014-03-26 09:56:35 PDT
Created attachment 227854 [details]
Patch
Comment 2 Tim Horton 2014-03-26 10:47:49 PDT
Comment on attachment 227854 [details]
Patch

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

> Source/WebCore/platform/graphics/GraphicsLayer.h:446
> +    enum CustomBehavior { NoCustomBehavior, CustomBehaviorScrolling };

CustomScrollingBehavior?

> Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h:455
> -    typedef unsigned LayerChangeFlags;
> +    typedef uint64_t LayerChangeFlags;

:(
Comment 3 Simon Fraser (smfr) 2014-03-26 12:37:36 PDT
https://trac.webkit.org/r166308