| 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 8847039d998f6a8986ed0a4c9f8f96627055fa48..9d4f2458e0347b9fa1bd8a12f191530f1edb64e2 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -828,6 +828,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);
|
|
|