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

Unified Diff: third_party/WebKit/Source/core/html/track/TextTrackContainer.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/Source/core/html/track/TextTrackContainer.h
diff --git a/third_party/WebKit/Source/core/html/track/TextTrackContainer.h b/third_party/WebKit/Source/core/html/track/TextTrackContainer.h
index 29d9b4399338db61f83bcce02ecea9a580767275..2c7222f13abe79fb27680170fce9d65e23232e5a 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrackContainer.h
+++ b/third_party/WebKit/Source/core/html/track/TextTrackContainer.h
@@ -38,7 +38,7 @@ class HTMLMediaElement;
class TextTrackContainer final : public HTMLDivElement {
public:
- static PassRefPtrWillBeRawPtr<TextTrackContainer> create(Document&);
+ static RawPtr<TextTrackContainer> create(Document&);
// Runs the "rules for updating the text track rendering". The
// ExposingControls enum is used in the WebVTT processing model to reset the

Powered by Google App Engine
This is Rietveld 408576698