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

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

Issue 2757323002: Prevent Media Controls from hiding when the user is interacting via the keyboard (Closed)
Patch Set: johnme@ feedback and add unit tests 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
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..675e1da0d4f625401643bbd3ded54af443762e34 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
@@ -186,6 +186,7 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement {
void onLoadedMetadata();
void onEnteredFullscreen();
void onExitedFullscreen();
+ void onPanelKeypress();
// Internal cast related methods.
void startedCasting();

Powered by Google App Engine
This is Rietveld 408576698