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

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

Issue 22791003: Make media controls keyboard accessible Base URL: http://src.chromium.org/blink/trunk/
Patch Set: Created 7 years, 4 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: Source/core/html/HTMLMediaElement.h
===================================================================
--- Source/core/html/HTMLMediaElement.h (revision 156221)
+++ Source/core/html/HTMLMediaElement.h (working copy)
@@ -333,7 +333,6 @@
virtual bool alwaysCreateUserAgentShadowRoot() const OVERRIDE { return true; }
virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
- virtual bool hasCustomFocusLogic() const OVERRIDE;
virtual bool supportsFocus() const;
virtual bool isMouseFocusable() const;
virtual bool rendererIsNeeded(const NodeRenderingContext&);
« no previous file with comments | « LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698