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

Unified Diff: Source/platform/graphics/media/MediaPlayer.h

Issue 850943002: Remove MediaPlayer::invalidTime() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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 | « Source/core/html/MediaFragmentURIParser.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/media/MediaPlayer.h
diff --git a/Source/platform/graphics/media/MediaPlayer.h b/Source/platform/graphics/media/MediaPlayer.h
index 5018be35e607a690a84d28bfdcdf2eb09d4e5ca4..1231ec391210f275e5ca1f2ba81262273bc5d473 100644
--- a/Source/platform/graphics/media/MediaPlayer.h
+++ b/Source/platform/graphics/media/MediaPlayer.h
@@ -89,8 +89,6 @@ public:
static PassOwnPtr<MediaPlayer> create(MediaPlayerClient*);
static void setMediaEngineCreateFunction(CreateMediaEnginePlayer);
- static double invalidTime() { return -1.0; }
-
MediaPlayer() { }
virtual ~MediaPlayer() { }
« no previous file with comments | « Source/core/html/MediaFragmentURIParser.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698