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

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

Issue 2713613002: Convert HTMLMediaElement timers to MediaElementEvent per-frame. (Closed)
Patch Set: Created 3 years, 10 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: 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 fa05bccdfa5a3e07cd4d9c2a4692a858e5a9c720..a2dccecc890c292e22997b9ce54da6d2f1939f08 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -615,7 +615,7 @@ class CORE_EXPORT HTMLMediaElement
ExecuteOnStopDelayingLoadEventTask
};
DeferredLoadState m_deferredLoadState;
- Timer<HTMLMediaElement> m_deferredLoadTimer;
+ TaskRunnerTimer<HTMLMediaElement> m_deferredLoadTimer;
mlamouri (slow - plz ping) 2017/02/22 12:10:03 Why wasn't it a TaskRunnerTimer<> like the others?
std::unique_ptr<WebMediaPlayer> m_webMediaPlayer;
WebLayer* m_webLayer;

Powered by Google App Engine
This is Rietveld 408576698