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

Unified Diff: third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: mounir's comments. Created 3 years, 5 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
Index: third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h
diff --git a/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h b/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h
index c320b22b4edd2337ff8fb3d002cc04e5ba41213e..0fe33afc2c1eeeccf11e63041031e2d6549965ae 100644
--- a/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h
+++ b/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h
@@ -120,6 +120,10 @@ class MODULES_EXPORT MediaControlsImpl final : public HTMLDivElement,
void EndScrubbing();
void UpdateCurrentTimeDisplay();
+ bool CanShow() const;
mlamouri (slow - plz ping) 2017/07/25 17:29:08 What does that mean?
Khushal 2017/08/03 02:41:21 It returns the status of the panel. That is, wheth
+ bool IsVisible() const;
+ void StartHideMediaControlsIfNecessary();
+
DECLARE_VIRTUAL_TRACE();
private:
@@ -157,7 +161,6 @@ class MODULES_EXPORT MediaControlsImpl final : public HTMLDivElement,
void MakeOpaque();
void MakeTransparent();
- bool IsVisible() const;
void UpdatePlayState();

Powered by Google App Engine
This is Rietveld 408576698