| 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 34733233b9d551324800ffee7bc4534d952dc969..61b1a3bcd6c94abf5d0db767f19e9b523407bc88 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -77,7 +77,7 @@ class CompositorAnimationHost;
|
| class DevToolsEmulator;
|
| class Frame;
|
| class FullscreenController;
|
| -class InspectorOverlay;
|
| +class InspectorOverlayAgent;
|
| class LinkHighlightImpl;
|
| class PageOverlay;
|
| class PageScaleConstraintsSet;
|
| @@ -504,7 +504,7 @@ class WEB_EXPORT WebViewImpl final
|
| }
|
|
|
| private:
|
| - InspectorOverlay* GetInspectorOverlay();
|
| + InspectorOverlayAgent* GetInspectorOverlay();
|
|
|
| void SetPageScaleFactorAndLocation(float, const FloatPoint&);
|
| void PropagateZoomFactorToLocalFrameRoots(Frame*, float);
|
|
|