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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2700663002: Adds keyboard functionality for videos. (Closed)
Patch Set: Addresses mlamouri's #11 comment. 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
Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index 3d4b4c86ee81d18bde363883fbdb2364ab1a3b23..f7c77f681fcd707e41bf572b529251c444e33a69 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -362,6 +362,8 @@ class CORE_EXPORT HTMLMediaElement
bool isInteractiveContent() const final;
+ void defaultEventHandler(Event*) override;
+
// SuspendableObject functions.
void contextDestroyed(ExecutionContext*) override;

Powered by Google App Engine
This is Rietveld 408576698