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

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

Issue 57473002: Remove HTMLMediaElement::m_sendProgressEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index 329b5616cb866b64bfea6de458c88d8faaf54aff..e3a870b77b440c85b17e64b7b0cf574140d364e6 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -531,10 +531,6 @@ private:
bool m_pausedInternal : 1;
- // Not all media engines provide enough information about a file to be able to
- // support progress events so setting m_sendProgressEvents disables them
- bool m_sendProgressEvents : 1;
-
bool m_closedCaptionsVisible : 1;
bool m_loadInitiatedByUserGesture : 1;
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698