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

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

Issue 2717263002: Convert m_deferredLoadTimer to Unthrottled frame-specific timer and include in didMoveToNewDocument. (Closed)
Patch Set: Add m_deferredLoadTimer as Unthrottled frame-specific timer and include in didMoveToNewDocument. 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
std::unique_ptr<WebMediaPlayer> m_webMediaPlayer;
WebLayer* m_webLayer;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698