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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp

Issue 2008183002: DevTools: generate frontend and backend interfaces under domains. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comment addressed Created 4 years, 7 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: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
diff --git a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
index ffc1e5373fa919882b9b66f73619e4cf77da3860..0f406f00db823dee84186b166b5b27e9f385e2a6 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
+++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
@@ -264,7 +264,7 @@ namespace CSSAgentState {
static const char cssAgentEnabled[] = "cssAgentEnabled";
}
-typedef blink::protocol::Backend::CSS::EnableCallback EnableCallback;
+typedef blink::protocol::CSS::Backend::EnableCallback EnableCallback;
namespace blink {
@@ -611,7 +611,7 @@ CSSMediaRule* InspectorCSSAgent::asCSSMediaRule(CSSRule* rule)
}
InspectorCSSAgent::InspectorCSSAgent(InspectorDOMAgent* domAgent, InspectedFrames* inspectedFrames, InspectorResourceAgent* resourceAgent, InspectorResourceContentLoader* resourceContentLoader, InspectorResourceContainer* resourceContainer)
- : InspectorBaseAgent<InspectorCSSAgent, protocol::Frontend::CSS>("CSS")
+ : InspectorBaseAgent<InspectorCSSAgent, protocol::CSS::Frontend>("CSS")
, m_domAgent(domAgent)
, m_inspectedFrames(inspectedFrames)
, m_resourceAgent(resourceAgent)

Powered by Google App Engine
This is Rietveld 408576698