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

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

Issue 1696513002: DevTools: move protocol-related generators into inspector subfolder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 2c447e39328cd0f7a70b304daeb62a85f6fdb35c..a511324ea49e9a94b4125d23cb838950c86339a5 100644
--- a/third_party/WebKit/Source/web/InspectorRenderingAgent.h
+++ b/third_party/WebKit/Source/web/InspectorRenderingAgent.h
@@ -5,7 +5,6 @@
#ifndef InspectorRenderingAgent_h
#define InspectorRenderingAgent_h
-#include "core/InspectorFrontend.h"
#include "core/inspector/InspectorBaseAgent.h"
namespace blink {
@@ -15,12 +14,12 @@ class WebViewImpl;
using ErrorString = String;
-class InspectorRenderingAgent final : public InspectorBaseAgent<InspectorRenderingAgent, InspectorFrontend::Rendering>, public InspectorBackendDispatcher::RenderingCommandHandler {
+class InspectorRenderingAgent final : public InspectorBaseAgent<InspectorRenderingAgent, protocol::Frontend::Rendering>, public protocol::Dispatcher::RenderingCommandHandler {
WTF_MAKE_NONCOPYABLE(InspectorRenderingAgent);
public:
static PassOwnPtrWillBeRawPtr<InspectorRenderingAgent> create(WebLocalFrameImpl*);
- // InspectorBackendDispatcher::PageCommandHandler implementation.
+ // protocol::Dispatcher::PageCommandHandler implementation.
void setShowPaintRects(ErrorString*, bool show) override;
void setShowDebugBorders(ErrorString*, bool show) override;
void setShowFPSCounter(ErrorString*, bool show) override;
« no previous file with comments | « third_party/WebKit/Source/web/InspectorOverlay.h ('k') | third_party/WebKit/Source/web/InspectorRenderingAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698