| Index: third_party/WebKit/Source/core/frame/VisualViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| index 295c52a5ef9f2c88d69bd495aa220c02a8b0a980..a0c7c2d9952a1f21495ca3a2b87791c8644a604a 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| @@ -219,6 +219,10 @@ public:
|
| private:
|
| explicit VisualViewport(FrameHost&);
|
|
|
| + bool didSetScaleOrLocation(float scale, const FloatPoint& location);
|
| +
|
| + void clearScrollAnchor();
|
| +
|
| bool visualViewportSuppliesScrollbars() const;
|
|
|
| void updateStyleAndLayoutIgnorePendingStylesheets();
|
|
|