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

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

Issue 2700663002: Adds keyboard functionality for videos. (Closed)
Patch Set: Add spatial nav check. 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
Index: third_party/WebKit/Source/core/html/HTMLElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h
index b890e3b9519958b243434c5d54be06dc065df5c2..8b3066877f7daae36d09dbb1cd110ccb0a095290 100644
--- a/third_party/WebKit/Source/core/html/HTMLElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLElement.h
@@ -154,6 +154,8 @@ class CORE_EXPORT HTMLElement : public Element {
InsertionNotificationRequest InsertedInto(ContainerNode*) override;
+ bool IsSpatialNavigationActive();
+
private:
String DebugNodeName() const final;
String nodeName() const final;

Powered by Google App Engine
This is Rietveld 408576698