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

Unified Diff: third_party/WebKit/Source/web/InspectorRenderingAgent.h

Issue 2012753003: DevTools: consolidate protocol generators for front-end, backend and type builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/web/InspectorRenderingAgent.h
diff --git a/third_party/WebKit/Source/web/InspectorRenderingAgent.h b/third_party/WebKit/Source/web/InspectorRenderingAgent.h
index 9c14dcb8301e93e409d9dbbb7723cc39fd8c8350..a9000cd3a65d0ecb602bf4c31b0aa0b0fd408d25 100644
--- a/third_party/WebKit/Source/web/InspectorRenderingAgent.h
+++ b/third_party/WebKit/Source/web/InspectorRenderingAgent.h
@@ -13,7 +13,7 @@ class InspectorOverlay;
class WebLocalFrameImpl;
class WebViewImpl;
-class InspectorRenderingAgent final : public InspectorBaseAgent<InspectorRenderingAgent, protocol::Rendering::Frontend>, public protocol::Rendering::Backend {
+class InspectorRenderingAgent final : public InspectorBaseAgent<protocol::Rendering::Metainfo> {
WTF_MAKE_NONCOPYABLE(InspectorRenderingAgent);
public:
static InspectorRenderingAgent* create(WebLocalFrameImpl*, InspectorOverlay*);
« no previous file with comments | « third_party/WebKit/Source/web/InspectorEmulationAgent.cpp ('k') | third_party/WebKit/Source/web/InspectorRenderingAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698