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

Unified Diff: Source/core/inspector/InspectorController.h

Issue 201683002: DevTools: track stylesheets by document, not local frame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/core/inspector/InspectorCSSAgent.cpp ('k') | Source/core/inspector/InspectorInstrumentation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorController.h
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
index 701e88309cd3177e92542eb9af5b4f267f9335cb..b3533a63c8b4f255d70ef8302bc24bc6bc0356f9 100644
--- a/Source/core/inspector/InspectorController.h
+++ b/Source/core/inspector/InspectorController.h
@@ -48,6 +48,7 @@ class InjectedScriptManager;
class InspectorBackendDispatcher;
class InspectorAgent;
class InspectorClient;
+class InspectorCSSAgent;
class InspectorDOMAgent;
class InspectorFrontend;
class InspectorFrontendChannel;
@@ -147,6 +148,7 @@ private:
OwnPtr<InspectorOverlay> m_overlay;
InspectorDOMAgent* m_domAgent;
+ InspectorCSSAgent* m_cssAgent;
lushnikov 2014/03/17 09:37:20 do we need these chagnes?
pfeldman 2014/03/17 13:47:41 Done.
InspectorPageAgent* m_pageAgent;
InspectorTimelineAgent* m_timelineAgent;
InspectorLayerTreeAgent* m_layerTreeAgent;
« no previous file with comments | « Source/core/inspector/InspectorCSSAgent.cpp ('k') | Source/core/inspector/InspectorInstrumentation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698