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

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

Issue 2557043003: Make media controls not depend on the webkitfullscreenchange event (Closed)
Patch Set: Created 4 years 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 36a4468e652c81d657a72a540132f95eb128ed3a..0b1901794ae9d7fbc51f1647e266cb1407759e8f 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -483,8 +483,6 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
TextTrackContainer& ensureTextTrackContainer();
- EventDispatchHandlingState* preDispatchEventHandler(Event*) final;
-
void changeNetworkStateFromLoadingToIdle();
bool isAutoplaying() const { return m_autoplaying; }

Powered by Google App Engine
This is Rietveld 408576698