| Index: Source/WebCore/html/shadow/MediaControls.h
|
| diff --git a/Source/WebCore/html/shadow/MediaControls.h b/Source/WebCore/html/shadow/MediaControls.h
|
| index 1e143141a222df2405593a7210cabfddbf977061..21c03c5247aaed72d0547c0b45cf66c5e3a1c8a1 100644
|
| --- a/Source/WebCore/html/shadow/MediaControls.h
|
| +++ b/Source/WebCore/html/shadow/MediaControls.h
|
| @@ -70,6 +70,8 @@ class MediaControls : public HTMLDivElement {
|
|
|
| virtual bool shouldHideControls() = 0;
|
|
|
| + virtual void bufferingProgressed() = 0;
|
| +
|
| protected:
|
| MediaControls(HTMLMediaElement*);
|
|
|
|
|