| 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 9e9602493da34062979440aff1177fbc3db85b05..9ee661331aaccfb70c79d3355e6beb796ccbc5b6 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -287,7 +287,7 @@ public:
|
| float minimumPageScaleFactor() const;
|
| float maximumPageScaleFactor() const;
|
| float clampPageScaleFactorToLimits(float) const;
|
| - void resetScrollAndScaleStateImmediately();
|
| + void resetScaleStateImmediately();
|
|
|
| HitTestResult coreHitTestResultAt(const WebPoint&);
|
| void invalidateRect(const IntRect&);
|
| @@ -546,7 +546,6 @@ private:
|
|
|
| float maximumLegiblePageScale() const;
|
| void refreshPageScaleFactorAfterLayout();
|
| - void resetScrollAndScaleState(bool immediately);
|
| void resumeTreeViewCommitsIfRenderingReady();
|
| IntSize contentsSize() const;
|
|
|
|
|