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

Unified Diff: Source/web/InspectorClientImpl.h

Issue 665763002: Oilpan: move context menu providers to the heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated GC_PLUGIN_IGNORE() Created 6 years, 2 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
« no previous file with comments | « Source/core/page/CustomContextMenuProvider.cpp ('k') | Source/web/InspectorClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorClientImpl.h
diff --git a/Source/web/InspectorClientImpl.h b/Source/web/InspectorClientImpl.h
index 4c9e58ebfb6e2f6238d283eb964debfc4a6e6e17..e540a67609cd29f18f6abde5fca5f5d24df71ec4 100644
--- a/Source/web/InspectorClientImpl.h
+++ b/Source/web/InspectorClientImpl.h
@@ -70,7 +70,7 @@ public:
virtual float minimumPageScaleFactor() override;
virtual float maximumPageScaleFactor() override;
virtual void setPageScaleFactor(float) override;
- virtual void showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider>) override;
+ virtual void showContextMenu(float x, float y, PassRefPtrWillBeRawPtr<ContextMenuProvider>) override;
virtual void dispatchKeyEvent(const PlatformKeyboardEvent&) override;
virtual void dispatchMouseEvent(const PlatformMouseEvent&) override;
« no previous file with comments | « Source/core/page/CustomContextMenuProvider.cpp ('k') | Source/web/InspectorClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698