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

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

Issue 1865813002: Remove RawPtr from Source/web/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 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 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;
« no previous file with comments | « third_party/WebKit/Source/web/InspectorOverlay.cpp ('k') | third_party/WebKit/Source/web/InspectorRenderingAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698