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

Unified Diff: third_party/WebKit/Source/core/html/shadow/MediaControls.h

Issue 2764673002: Embedded media: Rotate to fullscreen
Patch Set: Created 3 years, 9 months 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
« no previous file with comments | « third_party/WebKit/Source/core/html/MediaDocument.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « third_party/WebKit/Source/core/html/MediaDocument.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698