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

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

Issue 1810843002: DevTools: split protocol Dispatcher into Backend interface and the dispatcher itself. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 64a4ec6b43b671424e1c7667beaff764a231cace..879e1dd2dd46d85c190adfe1c4290dd56c754065 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::Dispatcher::CSSCommandHandler::EnableCallback EnableCallback;
+typedef blink::protocol::Backend::CSS::EnableCallback EnableCallback;
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698