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

Unified Diff: sky/engine/web/WebViewImpl.h

Issue 749523002: Move inspector_backend_mojo.cc to v8_inspector (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/web/BUILD.gn ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebViewImpl.h
diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
index 6d834059bde85225a72ef0179df2c5a812a84f40..073f33bd3a748392812ae95ff124f6ff181c0522 100644
--- a/sky/engine/web/WebViewImpl.h
+++ b/sky/engine/web/WebViewImpl.h
@@ -32,7 +32,6 @@
#define WebViewImpl_h
#include "core/html/ime/InputMethodContext.h"
-#include "core/inspector/inspector_backend_mojo.h"
#include "platform/geometry/IntPoint.h"
#include "platform/geometry/IntRect.h"
#include "platform/graphics/GraphicsLayer.h"
@@ -63,6 +62,7 @@ class WebActiveGestureAnimation;
class WebLocalFrameImpl;
class WebImage;
class WebSettingsImpl;
+class InspectorBackendMojo;
class WebViewImpl final : public WebView
, public RefCounted<WebViewImpl>
@@ -451,6 +451,8 @@ private:
bool m_userGestureObserved;
+ // FIXME(sky): InspectorBackendMojo should be a peer to WebView
+ // however right now it depends on acccess to the Page.
OwnPtr<InspectorBackendMojo> m_inspectorBackend;
};
« no previous file with comments | « sky/engine/web/BUILD.gn ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698