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

Unified Diff: content/common/gpu_process_launch_causes.h

Issue 1960803002: Split the media context from the compositor worker context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: workerthread: streams Created 4 years, 7 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 | « content/common/gpu/client/command_buffer_metrics.cc ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu_process_launch_causes.h
diff --git a/content/common/gpu_process_launch_causes.h b/content/common/gpu_process_launch_causes.h
index 6a8f377a0396012229bfe2e098d5435a955599d0..dba1ced2bf1987b4faae9749cefcc2a2b8b1c049 100644
--- a/content/common/gpu_process_launch_causes.h
+++ b/content/common/gpu_process_launch_causes.h
@@ -31,6 +31,7 @@ enum CauseForGpuLaunch {
CAUSE_FOR_GPU_LAUNCH_SHARED_WORKER_THREAD_CONTEXT,
CAUSE_FOR_GPU_LAUNCH_RENDERER_VERIFY_GPU_COMPOSITING,
CAUSE_FOR_GPU_LAUNCH_DISPLAY_COMPOSITOR_CONTEXT,
+ CAUSE_FOR_GPU_LAUNCH_MEDIA_CONTEXT,
// All new values should be inserted above this point so that
// existing values continue to match up with those in histograms.xml.
« no previous file with comments | « content/common/gpu/client/command_buffer_metrics.cc ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698