| 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 5e672ec2008b3aad83120c72c811018799e3a827..295c52a5ef9f2c88d69bd495aa220c02a8b0a980 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| @@ -203,8 +203,6 @@ public:
|
| // Visual Viewport API implementation.
|
| double scrollLeft();
|
| double scrollTop();
|
| - void setScrollLeft(double x);
|
| - void setScrollTop(double y);
|
| double clientWidth();
|
| double clientHeight();
|
| double pageScale();
|
|
|