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

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

Issue 2757323002: Prevent Media Controls from hiding when the user is interacting via the keyboard (Closed)
Patch Set: rebase Created 3 years, 8 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 | « no previous file | third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/media/MediaControls.h
diff --git a/third_party/WebKit/Source/core/html/media/MediaControls.h b/third_party/WebKit/Source/core/html/media/MediaControls.h
index d22feef75aff277100e01f9214492940361ae519..2066f74e2ac861a19b4de2f90db8afda28bc8049 100644
--- a/third_party/WebKit/Source/core/html/media/MediaControls.h
+++ b/third_party/WebKit/Source/core/html/media/MediaControls.h
@@ -93,6 +93,7 @@ class CORE_EXPORT MediaControls : public GarbageCollectedMixin {
virtual void onLoadedMetadata() = 0;
virtual void onEnteredFullscreen() = 0;
virtual void onExitedFullscreen() = 0;
+ virtual void onPanelKeypress() = 0;
virtual void beginScrubbing() = 0;
virtual void endScrubbing() = 0;
virtual void updateCurrentTimeDisplay() = 0;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698