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

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

Issue 2700663002: Adds keyboard functionality for videos. (Closed)
Patch Set: Created 3 years, 10 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 d3d8cb9ff2129ed1bb357ade23ccad1ae4dbd8a0..859e360b241afe803bf494541597e97b72c0fc18 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -354,6 +354,8 @@ class CORE_EXPORT HTMLMediaElement
bool isInteractiveContent() const final;
+ void defaultEventHandler(Event*) override;
+
// SuspendableObject functions.
void contextDestroyed(ExecutionContext*) final;

Powered by Google App Engine
This is Rietveld 408576698