| 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 825c85352a179b823883430e7b0f422413494fbe..da62d456b85f831d2f9e73c67a2b6ca254ea82ac 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -76,7 +76,6 @@ class CompositorAnimationHost;
|
| class DevToolsEmulator;
|
| class Frame;
|
| class FullscreenController;
|
| -class InspectorOverlayAgent;
|
| class LinkHighlightImpl;
|
| class PageOverlay;
|
| class PageScaleConstraintsSet;
|
| @@ -508,8 +507,6 @@ class WEB_EXPORT WebViewImpl final
|
| }
|
|
|
| private:
|
| - InspectorOverlayAgent* GetInspectorOverlay();
|
| -
|
| void SetPageScaleFactorAndLocation(float, const FloatPoint&);
|
| void PropagateZoomFactorToLocalFrameRoots(Frame*, float);
|
|
|
|
|