| 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 7d97eb4cf52feb131f0b7b11c6b0eb2fd57f0970..9f681cdb3fa09b9315249054f47fd149624b6a14 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -41,6 +41,7 @@ using MainThreadScrollingReasons = uint32_t;
|
|
|
| class CompositorAnimationHost;
|
| class CompositorAnimationTimeline;
|
| +class LayoutBox;
|
| class LocalFrame;
|
| class FrameView;
|
| class GraphicsLayer;
|
| @@ -74,6 +75,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();
|
|
|
|
|