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

Unified Diff: sky/viewer/document_view.h

Issue 690433004: Add inspect command to skydb (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: sky/viewer/document_view.h
diff --git a/sky/viewer/document_view.h b/sky/viewer/document_view.h
index 305a97ffb6994e14921391d87faa82a38106ed4f..665d932981533ec377cc7f1dc56882fa3b4af8a6 100644
--- a/sky/viewer/document_view.h
+++ b/sky/viewer/document_view.h
@@ -16,6 +16,7 @@
#include "mojo/services/public/interfaces/network/url_loader.mojom.h"
#include "sky/engine/public/web/WebFrameClient.h"
#include "sky/engine/public/web/WebViewClient.h"
+#include "sky/viewer/services/inspector_impl.h"
namespace base {
class MessageLoopProxy;
@@ -98,6 +99,7 @@ class DocumentView : public blink::WebViewClient,
blink::WebView* web_view_;
mojo::View* root_;
mojo::ViewManagerClientFactory view_manager_client_factory_;
+ InspectorServiceFactory inspector_service_factory_;
scoped_ptr<WebLayerTreeViewImpl> web_layer_tree_view_impl_;
scoped_refptr<base::MessageLoopProxy> compositor_thread_;
scoped_ptr<ScriptRunner> script_runner_;

Powered by Google App Engine
This is Rietveld 408576698