| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 6bed8b9669937015af72b398924f1ef8d0a064c8..64c0f66ca6fa156a2335a9371a88b5229d3e1e7b 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -490,6 +490,12 @@ private:
|
| // prevent external usage
|
| virtual void setPageScaleFactor(float scaleFactor, const WebPoint& origin) OVERRIDE;
|
|
|
| + void scrollAndRescaleViewports(float scaleFactor, const IntPoint& innerOrigin, const IntPoint& outerOrigin);
|
| +
|
| + IntRect visibleRectInDocument() const;
|
| + IntRect outerViewportRectInDocument() const;
|
| +
|
| +
|
| float legibleScale() const;
|
| void refreshPageScaleFactorAfterLayout();
|
| void resumeTreeViewCommits();
|
|
|