| 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 12d658ae8ed162f4bf1a61cb7529e997f37c8302..af8a27a2bc781ec870b439225d5239c27ae5b83e 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);
|
|
|
|
|