| 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 3bd3060873e7f65cd066e7edbc198c8a65de119f..ac28f7429886999e642c78ca82045a031b67d40d 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -51,7 +51,7 @@
|
| class CompositorAnimationHost;
|
| class Frame;
|
| class Element;
|
| -class InspectorOverlayAgent;
|
| +class InspectorOverlay;
|
| class LocalFrame;
|
| class PaintLayerCompositor;
|
| class UserGestureToken;
|
| @@ -184,7 +184,7 @@
|
| WebInputEventResult HandleKeyEvent(const WebKeyboardEvent&) override;
|
| WebInputEventResult HandleCharEvent(const WebKeyboardEvent&) override;
|
|
|
| - InspectorOverlayAgent* GetInspectorOverlay();
|
| + InspectorOverlay* 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
|
|
|