| Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index 3642ae147d005b5cea1c14d310a1cfa3ea08942d..a718989d4a77b20d2be8d95f5cbc77d90489e85f 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -42,6 +42,7 @@ using MainThreadScrollingReasons = uint32_t;
|
|
|
| class CompositorAnimationHost;
|
| class CompositorAnimationTimeline;
|
| +class LayoutBox;
|
| class LocalFrame;
|
| class FrameView;
|
| class GraphicsLayer;
|
| @@ -75,6 +76,8 @@ class CORE_EXPORT ScrollingCoordinator final
|
| void notifyGeometryChanged();
|
| // Called when any frame recalculates its overflows after style change.
|
| void notifyOverflowUpdated();
|
| + // Called when any layoutBox has transform changed
|
| + void notifyTransformChanged(const LayoutBox&);
|
|
|
| void updateAfterCompositingChangeIfNeeded();
|
|
|
|
|