| 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..976aada301882b7d55f852721a4eea99838056b5 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -827,6 +827,8 @@ class CORE_EXPORT FrameView final
|
| void setAnimationTimeline(std::unique_ptr<CompositorAnimationTimeline>);
|
| void setAnimationHost(std::unique_ptr<CompositorAnimationHost>);
|
|
|
| + GeometryMapper* geometryMapper();
|
| +
|
| protected:
|
| // Scroll the content via the compositor.
|
| bool scrollContentsFastPath(const IntSize& scrollDelta);
|
|
|