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

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

Issue 2819183002: [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: rebased Created 3 years, 8 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/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index 4b2a880df428892d74dc5fb0e19d27b4f887014e..b2795a929e96024aa8f6e29e098c1bd2f4f37d85 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -76,7 +76,7 @@ class CompositorAnimationHost;
class DevToolsEmulator;
class Frame;
class FullscreenController;
-class InspectorOverlay;
+class InspectorOverlayAgent;
class LinkHighlightImpl;
class PageOverlay;
class PageScaleConstraintsSet;
@@ -500,7 +500,7 @@ class WEB_EXPORT WebViewImpl final
WebInputMethodControllerImpl* GetActiveWebInputMethodController() const;
private:
- InspectorOverlay* GetInspectorOverlay();
+ InspectorOverlayAgent* GetInspectorOverlay();
void SetPageScaleFactorAndLocation(float, const FloatPoint&);
void PropagateZoomFactorToLocalFrameRoots(Frame*, float);

Powered by Google App Engine
This is Rietveld 408576698