Chromium Code Reviews| 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: |