| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| index ac28f7429886999e642c78ca82045a031b67d40d..3bd3060873e7f65cd066e7edbc198c8a65de119f 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -51,7 +51,7 @@ namespace blink {
|
| class CompositorAnimationHost;
|
| class Frame;
|
| class Element;
|
| -class InspectorOverlay;
|
| +class InspectorOverlayAgent;
|
| class LocalFrame;
|
| class PaintLayerCompositor;
|
| class UserGestureToken;
|
| @@ -184,7 +184,7 @@ class WebFrameWidgetImpl final
|
| WebInputEventResult HandleKeyEvent(const WebKeyboardEvent&) override;
|
| WebInputEventResult HandleCharEvent(const WebKeyboardEvent&) override;
|
|
|
| - InspectorOverlay* GetInspectorOverlay();
|
| + InspectorOverlayAgent* GetInspectorOverlay();
|
|
|
| // This method returns the focused frame belonging to this WebWidget, that
|
| // is, a focused frame with the same local root as the one corresponding
|
|
|