| Index: third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.h b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| index 590db6ed0005814993ba95c843bdc2d4848023c6..e9a66e863f5e694b6e67c6dc453b7393ec64a09e 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| @@ -54,6 +54,8 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement {
|
| void show();
|
| void hide();
|
| bool isVisible() const;
|
| + void makeOpaque();
|
| + void makeTransparent();
|
|
|
| void beginScrubbing();
|
| void endScrubbing();
|
| @@ -139,9 +141,6 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement {
|
|
|
| void initializeControls();
|
|
|
| - void makeOpaque();
|
| - void makeTransparent();
|
| -
|
| void updatePlayState();
|
|
|
| enum HideBehaviorFlags {
|
|
|