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

Unified Diff: content/common/gpu/gpu_process_launch_causes.h

Issue 1451353002: Implement GpuArcVideoService for arc video accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed dcheng's comments Created 4 years, 11 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: content/common/gpu/gpu_process_launch_causes.h
diff --git a/content/common/gpu/gpu_process_launch_causes.h b/content/common/gpu/gpu_process_launch_causes.h
index 533a5943264b4d6bd81d6295aefe167233ee5372..1c280761ef9f4eaf668e06e9544ce241d83c64b1 100644
--- a/content/common/gpu/gpu_process_launch_causes.h
+++ b/content/common/gpu/gpu_process_launch_causes.h
@@ -23,6 +23,7 @@ enum CauseForGpuLaunch {
CAUSE_FOR_GPU_LAUNCH_GPU_MEMORY_BUFFER_ALLOCATE,
CAUSE_FOR_GPU_LAUNCH_JPEGDECODEACCELERATOR_INITIALIZE,
CAUSE_FOR_GPU_LAUNCH_MOJO_SETUP,
+ CAUSE_FOR_GPU_LAUNCH_ARCVIDEOACCELERATOR,
// All new values should be inserted above this point so that
// existing values continue to match up with those in histograms.xml.

Powered by Google App Engine
This is Rietveld 408576698