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 5578d3f4c114d4c7483cf35582c8a6b0f83b484e..d97989d8f68c10edd70d2e1a7848e6cd7823d78b 100644 |
--- a/third_party/WebKit/Source/web/InspectorRenderingAgent.h |
+++ b/third_party/WebKit/Source/web/InspectorRenderingAgent.h |
@@ -16,7 +16,7 @@ class WebViewImpl; |
class InspectorRenderingAgent final : public InspectorBaseAgent<InspectorRenderingAgent, protocol::Frontend::Rendering>, public protocol::Backend::Rendering { |
WTF_MAKE_NONCOPYABLE(InspectorRenderingAgent); |
public: |
- static RawPtr<InspectorRenderingAgent> create(WebLocalFrameImpl*, InspectorOverlay*); |
+ static InspectorRenderingAgent* create(WebLocalFrameImpl*, InspectorOverlay*); |
// protocol::Dispatcher::PageCommandHandler implementation. |
void setShowPaintRects(ErrorString*, bool show) override; |