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

Unified Diff: third_party/WebKit/Source/core/dom/TaskRunnerHelper.h

Issue 2553173003: Move WebMediaPlayer to frame loading queue. (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/dom/TaskRunnerHelper.h
diff --git a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
index ffd59c38eaf5bc31f6a78ed477dcffb7f95686d7..d30996c2e894e3795d7afa7ae311b1e8ceedf48d 100644
--- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
+++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
@@ -33,6 +33,7 @@ enum class TaskType : unsigned {
WebSocket,
PostedMessage,
UnshippedPortMessage,
+ Media,
haraken 2016/12/07 00:19:26 Is this speced somewhere?
altimin 2016/12/07 12:10:56 Acknowledged.
// Other internal tasks that cannot fit any of the above task runners
// can be posted here, but the usage is not encouraged. The task runner

Powered by Google App Engine
This is Rietveld 408576698