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

Unified Diff: Source/core/html/HTMLMediaElement.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/core/html/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index 6b9f538f3996d95b42729a19b187fa20ccfdcebe..1f054c9de09446d9b7eef50fa424ea83a49bbeeb 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -263,7 +263,7 @@ public:
MediaController* controller() const;
void setController(PassRefPtr<MediaController>); // Resets the MediaGroup and sets the MediaController.
- void scheduleEvent(PassRefPtr<Event>);
+ void scheduleEvent(PassRefPtrWillBeRawPtr<Event>);
// Current volume that should be used by the webMediaPlayer(). This method takes muted state
// and m_mediaController multipliers into account.

Powered by Google App Engine
This is Rietveld 408576698