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

Unified Diff: Source/web/WebViewImpl.h

Issue 1316033003: [DevTools] Make WebDevToolsAgentImpl own InspectorOverlayImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 5cad81413ed3bc132c289bf1d84e5a8f300fa7a8..7eda6903c03fe24fdc25bcc2f7cf0048409315bc 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -72,7 +72,6 @@ class DataObject;
class DevToolsEmulator;
class Frame;
class FullscreenController;
-class InspectorOverlay;
class InspectorOverlayImpl;
class LinkHighlightImpl;
class PageOverlay;
@@ -332,8 +331,6 @@ public:
WebDevToolsAgentImpl* mainFrameDevToolsAgentImpl();
- InspectorOverlay* inspectorOverlay();
-
DevToolsEmulator* devToolsEmulator() const
{
return m_devToolsEmulator.get();
@@ -537,6 +534,8 @@ public:
WebPageImportanceSignals& pageImportanceSignals() { return m_pageImportanceSignals; }
private:
+ InspectorOverlayImpl* inspectorOverlay();
+
void setPageScaleFactorAndLocation(float, const FloatPoint&);
void scrollAndRescaleViewports(float scaleFactor, const IntPoint& mainFrameOrigin, const FloatPoint& visualViewportOrigin);
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698