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

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

Issue 830183005: Re-enable the activation behavior of media elements (click to play/pause) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: simplify test Created 5 years, 11 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 97b51ca20dc524b43784c32ed43eb0f808276c95..41a5a6705bbc1f3e9a1baae2b2fb8ace67f3b890 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -346,6 +346,7 @@ private:
virtual void didBecomeFullscreenElement() override final;
virtual void willStopBeingFullscreenElement() override final;
virtual bool isInteractiveContent() const override final;
+ virtual bool willRespondToMouseClickEvents() override final;
virtual void defaultEventHandler(Event*) override final;
// ActiveDOMObject functions.

Powered by Google App Engine
This is Rietveld 408576698