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

Unified Diff: Source/core/inspector/InspectorClient.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 | « no previous file | Source/core/inspector/InspectorController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorClient.h
diff --git a/Source/core/inspector/InspectorClient.h b/Source/core/inspector/InspectorClient.h
index 3d35e8419b8648cefd47b112a46a03fab8d7894c..46782a80c2890115d478571e76676ee4a46ba539 100644
--- a/Source/core/inspector/InspectorClient.h
+++ b/Source/core/inspector/InspectorClient.h
@@ -71,7 +71,7 @@ public:
virtual float minimumPageScaleFactor() { return 1; }
virtual float maximumPageScaleFactor() { return 1; }
virtual void setPageScaleFactor(float) { }
- virtual void showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider>) { }
+ virtual void showContextMenu(float x, float y, PassRefPtrWillBeRawPtr<ContextMenuProvider>) { }
virtual void dispatchKeyEvent(const PlatformKeyboardEvent&) { }
virtual void dispatchMouseEvent(const PlatformMouseEvent&) { }
« no previous file with comments | « no previous file | Source/core/inspector/InspectorController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698