| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 0bb8fe3b87305d87c698e7076d20724e3eb468a9..2750e47c0196018eb84f820fe37e76bfa245fa91 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -827,6 +827,9 @@ class CORE_EXPORT FrameView final
|
| void setAnimationTimeline(std::unique_ptr<CompositorAnimationTimeline>);
|
| void setAnimationHost(std::unique_ptr<CompositorAnimationHost>);
|
|
|
| + // Returns the GeometryMapper associated with the root local frame.
|
| + GeometryMapper& geometryMapper();
|
| +
|
| protected:
|
| // Scroll the content via the compositor.
|
| bool scrollContentsFastPath(const IntSize& scrollDelta);
|
|
|