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

Unified Diff: third_party/WebKit/Source/web/ColorChooserUIController.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/ColorChooserUIController.h
diff --git a/third_party/WebKit/Source/web/ColorChooserUIController.h b/third_party/WebKit/Source/web/ColorChooserUIController.h
index 51005f41b7b2dd2ba551adaad183578178b595a3..123b86d3d32d9b3f7bbdc98bf7195da5fcf5af39 100644
--- a/third_party/WebKit/Source/web/ColorChooserUIController.h
+++ b/third_party/WebKit/Source/web/ColorChooserUIController.h
@@ -41,7 +41,7 @@ class WebColorChooser;
class ColorChooserUIController : public GarbageCollectedFinalized<ColorChooserUIController>, public WebColorChooserClient, public ColorChooser {
USING_GARBAGE_COLLECTED_MIXIN(ColorChooserUIController);
public:
- static RawPtr<ColorChooserUIController> create(LocalFrame* frame, ColorChooserClient* client)
+ static ColorChooserUIController* create(LocalFrame* frame, ColorChooserClient* client)
{
return new ColorChooserUIController(frame, client);
}
« no previous file with comments | « third_party/WebKit/Source/web/ColorChooserPopupUIController.h ('k') | third_party/WebKit/Source/web/ContextMenuClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698