| Index: third_party/WebKit/Source/core/frame/DOMVisualViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMVisualViewport.h b/third_party/WebKit/Source/core/frame/DOMVisualViewport.h
|
| index 131d87d8c67b1054f2d6faab28ea664158fc695c..4578bf547d46607abb96219260cf2c4dc29f5499 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMVisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMVisualViewport.h
|
| @@ -59,8 +59,6 @@ public:
|
|
|
| double scrollLeft();
|
| double scrollTop();
|
| - void setScrollLeft(double x);
|
| - void setScrollTop(double y);
|
| double clientWidth();
|
| double clientHeight();
|
| double scale();
|
|
|