RESOLVED FIXED 130778
Add a custom behavior flag to GraphicsLayer, piped down to PlatformCALayer, for scrolling layers
https://bugs.webkit.org/show_bug.cgi?id=130778
Summary Add a custom behavior flag to GraphicsLayer, piped down to PlatformCALayer, f...
Simon Fraser (smfr)
Reported 2014-03-26 09:54:51 PDT
Add a custom behavior flag to GraphicsLayer, piped down to PlatformCALayer, for scrolling layers
Attachments
Patch (18.36 KB, patch)
2014-03-26 09:56 PDT, Simon Fraser (smfr)
thorton: review+
Simon Fraser (smfr)
Comment 1 2014-03-26 09:56:35 PDT
Tim Horton
Comment 2 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; :(
Simon Fraser (smfr)
Comment 3 2014-03-26 12:37:36 PDT
Note You need to log in before you can comment on or make changes to this bug.