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

Unified Diff: Source/web/WebViewImpl.h

Issue 1355563003: Devtools: Rename InspectorOverlayImpl to InspectorOverlay (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 59820aec5deba76425fe157acb12acc75252b497..0cf600a470ff9c90d6e4cf253373189a3832240e 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -72,7 +72,7 @@ class DataObject;
class DevToolsEmulator;
class Frame;
class FullscreenController;
-class InspectorOverlayImpl;
+class InspectorOverlay;
class LinkHighlightImpl;
class PageOverlay;
class PageScaleConstraintsSet;
@@ -525,7 +525,7 @@ public:
FloatSize elasticOverscroll() const { return m_elasticOverscroll; }
private:
- InspectorOverlayImpl* inspectorOverlay();
+ InspectorOverlay* inspectorOverlay();
void setPageScaleFactorAndLocation(float, const FloatPoint&);
@@ -703,7 +703,7 @@ private:
// The popup associated with an input/select element.
RefPtr<WebPagePopupImpl> m_pagePopup;
- OwnPtrWillBePersistent<InspectorOverlayImpl> m_inspectorOverlay;
+ OwnPtrWillBePersistent<InspectorOverlay> m_inspectorOverlay;
OwnPtrWillBePersistent<DevToolsEmulator> m_devToolsEmulator;
OwnPtr<PageOverlay> m_pageColorOverlay;

Powered by Google App Engine
This is Rietveld 408576698