Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1431)

Unified Diff: third_party/WebKit/Source/web/InspectorOverlayAgent.h

Issue 2896563002: Update WebLocalFrameImpl with WebLocalFrameBase to break dependencies. (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/InspectorOverlayAgent.h
diff --git a/third_party/WebKit/Source/web/InspectorOverlayAgent.h b/third_party/WebKit/Source/web/InspectorOverlayAgent.h
index ec242ac353b2d939b85cb7a213b1beaca40d91fc..cff98823853c310e3124242f8b389331f8b4f818 100644
--- a/third_party/WebKit/Source/web/InspectorOverlayAgent.h
+++ b/third_party/WebKit/Source/web/InspectorOverlayAgent.h
@@ -55,7 +55,7 @@ class Page;
class PageOverlay;
class WebGestureEvent;
class WebMouseEvent;
-class WebLocalFrameImpl;
+class WebLocalFrameBase;
class WebTouchEvent;
class InspectorOverlayAgent final
@@ -65,7 +65,7 @@ class InspectorOverlayAgent final
USING_GARBAGE_COLLECTED_MIXIN(InspectorOverlayAgent);
public:
- InspectorOverlayAgent(WebLocalFrameImpl*,
+ InspectorOverlayAgent(WebLocalFrameBase*,
InspectedFrames*,
v8_inspector::V8InspectorSession*,
InspectorDOMAgent*);
@@ -186,7 +186,7 @@ class InspectorOverlayAgent final
bool omit_tooltip);
void InnerHideHighlight();
- Member<WebLocalFrameImpl> frame_impl_;
+ Member<WebLocalFrameBase> frame_impl_;
Member<InspectedFrames> inspected_frames_;
bool enabled_;
String paused_in_debugger_message_;
« no previous file with comments | « third_party/WebKit/Source/web/FullscreenController.cpp ('k') | third_party/WebKit/Source/web/InspectorOverlayAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698