| 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 a428bd4d4f0944c636d32bb8f4f0e7e1e809523b..c3f461d6b0b161cb943da39594f4676cbf39df75 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -536,6 +536,7 @@ private:
|
| InspectorOverlay* inspectorOverlay();
|
|
|
| void setPageScaleFactorAndLocation(float, const FloatPoint&);
|
| + void propagateZoomToLocalFrameRoots(Frame*);
|
|
|
| void scrollAndRescaleViewports(float scaleFactor, const IntPoint& mainFrameOrigin, const FloatPoint& visualViewportOrigin);
|
|
|
|
|