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

Unified Diff: Source/core/html/shadow/MediaControls.h

Issue 188853002: Remove MediaControls::bufferingProgressed() (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/shadow/MediaControls.h
diff --git a/Source/core/html/shadow/MediaControls.h b/Source/core/html/shadow/MediaControls.h
index 7869704bde056a4db1b95f4fa4b4c9d1090eaa56..cde38b49a367c1b171a98aed056c2fca3519c88f 100644
--- a/Source/core/html/shadow/MediaControls.h
+++ b/Source/core/html/shadow/MediaControls.h
@@ -54,7 +54,6 @@ public:
void show();
void hide();
- void bufferingProgressed();
virtual void playbackStarted();
void playbackProgressed();
virtual void playbackStopped();

Powered by Google App Engine
This is Rietveld 408576698