| Index: third_party/WebKit/public/web/WebView.h
|
| diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
|
| index 1bce1b29c1c406d455ed3a94ebe57392d755d3cd..ccd46ce923ab392a5ec3aa6c8e7f44ebcbcfe5de 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -253,6 +253,9 @@ public:
|
| // side callers are renamed.
|
| virtual WebFloatPoint pinchViewportOffset() const = 0;
|
|
|
| + // Get the visual viewport's size in CSS pixels.
|
| + virtual WebFloatSize visualViewportSize() const = 0;
|
| +
|
| // Sets the default minimum, and maximum page scale. These will be overridden
|
| // by the page or by the overrides below if they are set.
|
| virtual void setDefaultPageScaleLimits(
|
|
|