[webkit-reviews] review granted: [Bug 130778] Add a custom behavior flag to GraphicsLayer, piped down to PlatformCALayer, for scrolling layers : [Attachment 227854] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 26 10:47:28 PDT 2014


Tim Horton <thorton at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 130778: Add a custom behavior flag to GraphicsLayer, piped down to
PlatformCALayer, for scrolling layers
https://bugs.webkit.org/show_bug.cgi?id=130778

Attachment 227854: Patch
https://bugs.webkit.org/attachment.cgi?id=227854&action=review

------- Additional Comments from Tim Horton <thorton at apple.com>
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;

:(


More information about the webkit-reviews mailing list