WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-03-26 09:56:35 PDT
Created
attachment 227854
[details]
Patch
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
https://trac.webkit.org/r166308
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug