| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index cacaf399c256d33d8ecc5c3ac0c9fc8157c7bdae..c250a64f2638182710d341b28f4384536cebbea1 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -276,10 +276,6 @@ public:
|
| void setShowScrollBottleneckRects(bool) override;
|
| void acceptLanguagesChanged() override;
|
|
|
| - // WebViewImpl
|
| - void enableViewport();
|
| - void disableViewport();
|
| -
|
| float defaultMinimumPageScaleFactor() const;
|
| float defaultMaximumPageScaleFactor() const;
|
| float minimumPageScaleFactor() const;
|
|
|