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

Unified Diff: Source/WebCore/html/shadow/MediaControlRootElementChromium.h

Issue 8496044: Repaint video controls when buffering during pause. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Pipe bufferingProgressed() method. Created 9 years, 1 month 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/WebCore/html/shadow/MediaControlRootElementChromium.h
diff --git a/Source/WebCore/html/shadow/MediaControlRootElementChromium.h b/Source/WebCore/html/shadow/MediaControlRootElementChromium.h
index ef9bb0b80a79159e3b74bf55b05c5f9399a0998e..129014038beb29971cfe36b780f20fb5bfa459e3 100644
--- a/Source/WebCore/html/shadow/MediaControlRootElementChromium.h
+++ b/Source/WebCore/html/shadow/MediaControlRootElementChromium.h
@@ -84,6 +84,8 @@ public:
void updateTimeDisplay();
void updateStatusDisplay();
+ void bufferingProgressed();
scherkus (not reviewing) 2011/11/23 02:43:22 are there other MediaControls subclasses that we n
DaleCurtis 2011/11/24 00:03:23 Not that I could find using code search.
+
virtual bool shouldHideControls();
private:

Powered by Google App Engine
This is Rietveld 408576698