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

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

Issue 297783004: Implement heuristic for showing media controls during playback w/o a mouse (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: IgnoreSelfHover -> IgnoreVideoHover; Tweak comment. Created 6 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: Source/core/html/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index 7160b0def0089719ac75e40823c95de1dcd7c0b6..d71c8803d114735cb2e2e8c6d8000aca98c57a22 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -314,6 +314,7 @@ private:
virtual void didBecomeFullscreenElement() OVERRIDE FINAL;
virtual void willStopBeingFullscreenElement() OVERRIDE FINAL;
virtual bool isInteractiveContent() const OVERRIDE FINAL;
+ virtual void defaultEventHandler(Event*) OVERRIDE FINAL;
// ActiveDOMObject functions.
virtual void stop() OVERRIDE FINAL;

Powered by Google App Engine
This is Rietveld 408576698