Chromium Code Reviews| 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(); |
|
pdr.
2017/02/10 20:51:06
Please add a comment that this returns the root fr
chrishtr
2017/02/10 22:56:36
Done.
|
| + |
| protected: |
| // Scroll the content via the compositor. |
| bool scrollContentsFastPath(const IntSize& scrollDelta); |