| Index: Source/core/html/MediaController.h
|
| diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h
|
| index a3f233d960ad3618ff6107f07b5c98c4d5f9b942..762eb8a97e406d084cb662fc7fe30712de2b702f 100644
|
| --- a/Source/core/html/MediaController.h
|
| +++ b/Source/core/html/MediaController.h
|
| @@ -82,6 +82,9 @@ public:
|
| enum PlaybackState { WAITING, PLAYING, ENDED };
|
| const AtomicString& playbackState() const;
|
|
|
| + void beginScrubbing();
|
| + void endScrubbing();
|
| +
|
| bool isRestrained() const;
|
| bool isBlocked() const;
|
|
|
|
|