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

Unified Diff: Source/modules/gamepad/NavigatorGamepad.h

Issue 216523002: Oilpan: Replace most of RefPtrs for Event objects with oilpan's transition types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: Source/modules/gamepad/NavigatorGamepad.h
diff --git a/Source/modules/gamepad/NavigatorGamepad.h b/Source/modules/gamepad/NavigatorGamepad.h
index cd397b9358fbd1c4863d40e9c663cef9701ff0fe..6f83e470ae94b567c71a432cabda961665b9d5b8 100644
--- a/Source/modules/gamepad/NavigatorGamepad.h
+++ b/Source/modules/gamepad/NavigatorGamepad.h
@@ -74,7 +74,7 @@ private:
virtual void registerWithDispatcher() OVERRIDE FINAL;
virtual void unregisterWithDispatcher() OVERRIDE FINAL;
virtual bool hasLastData() OVERRIDE FINAL;
- virtual PassRefPtr<Event> getLastEvent() OVERRIDE FINAL;
+ virtual PassRefPtrWillBeRawPtr<Event> getLastEvent() OVERRIDE FINAL;
virtual bool isNullEvent(Event*) OVERRIDE FINAL;
// DOMWindowLifecycleObserver

Powered by Google App Engine
This is Rietveld 408576698