| 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 b95c04e51bcaea3fdfc2557768eaedaa33826fa3..8604f41e26be3814119e58eb1dc5be94dc7a703e 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::Frontend::Rendering>, public protocol::Dispatcher::RenderingCommandHandler {
|
| +class InspectorRenderingAgent final : public InspectorBaseAgent<InspectorRenderingAgent, protocol::Frontend::Rendering>, public protocol::Backend::Rendering {
|
| WTF_MAKE_NONCOPYABLE(InspectorRenderingAgent);
|
| public:
|
| static PassOwnPtrWillBeRawPtr<InspectorRenderingAgent> create(WebLocalFrameImpl*, InspectorOverlay*);
|
| @@ -43,5 +43,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -
|
| #endif // !defined(InspectorRenderingAgent_h)
|
|
|