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

Unified Diff: third_party/WebKit/Source/modules/media_controls/elements/MediaControlVolumeSliderElement.h

Issue 2700663002: Adds keyboard functionality for videos. (Closed)
Patch Set: Forgot the test. Created 3 years, 7 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/modules/media_controls/elements/MediaControlTimelineElement.h ('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/modules/media_controls/elements/MediaControlVolumeSliderElement.h
diff --git a/third_party/WebKit/Source/modules/media_controls/elements/MediaControlVolumeSliderElement.h b/third_party/WebKit/Source/modules/media_controls/elements/MediaControlVolumeSliderElement.h
index 1bb2b658c895001bffb37081e38a2b508caee8d5..2e3c434bd612cad2f02e34f71556756cc12e258b 100644
--- a/third_party/WebKit/Source/modules/media_controls/elements/MediaControlVolumeSliderElement.h
+++ b/third_party/WebKit/Source/modules/media_controls/elements/MediaControlVolumeSliderElement.h
@@ -23,6 +23,8 @@ class MediaControlVolumeSliderElement final : public MediaControlInputElement {
bool WillRespondToMouseMoveEvents() override;
bool WillRespondToMouseClickEvents() override;
+ void OnMediaKeyboardEvent(Event* event) { DefaultEventHandler(event); }
+
private:
void DefaultEventHandler(Event*) override;
bool KeepEventInNode(Event*) override;
« no previous file with comments | « third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimelineElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698