Bug 130778

Summary: Add a custom behavior flag to GraphicsLayer, piped down to PlatformCALayer, for scrolling layers
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, esprehn+autocc, glenn, kondapallykalyan, sam, sergio, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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