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

Unified Diff: Source/core/html/HTMLVideoElement.h

Issue 1055503002: Eliminate MediaPlayer & MediaPlayerClient abstractions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and code cleanup Created 5 years, 6 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/HTMLVideoElement.h
diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
index 0c6d80d80df99d4968129c4232e28a92cfdfa2ab..8af2f8b39413fca864dc86ab45dd2f73a075158d 100644
--- a/Source/core/html/HTMLVideoElement.h
+++ b/Source/core/html/HTMLVideoElement.h
@@ -75,7 +75,7 @@ public:
bool hasAvailableVideoFrame() const;
- // FIXME: Remove this when WebMediaPlayerClientImpl::loadInternal does not depend on it.
+ // FIXME: Remove this when HTMLMediaElement::prepareAndLoadMediaPlayer does not depend on it.
virtual KURL mediaPlayerPosterURL() override;
// CanvasImageSource implementation

Powered by Google App Engine
This is Rietveld 408576698