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 b4dfc0a32f704a1b7d5e6ad35baaef458e0d3647..97fde54817ece55255b162098ba137aa11a877fd 100644 |
--- a/content/common/gpu/gpu_process_launch_causes.h |
+++ b/content/common/gpu/gpu_process_launch_causes.h |
@@ -8,6 +8,7 @@ |
namespace content { |
// If you change this enum you also need to update |
+// TODO(kcwu) where is new location of this file?? |
// tools/histograms/histograms.xml. |
enum CauseForGpuLaunch { |
// Start enum from 2 to keep the same values for the histogram. |
@@ -20,6 +21,7 @@ enum CauseForGpuLaunch { |
CAUSE_FOR_GPU_LAUNCH_BROWSER_STARTUP, |
CAUSE_FOR_GPU_LAUNCH_CANVAS_2D, |
CAUSE_FOR_GPU_LAUNCH_PEPPERVIDEOENCODERACCELERATOR_INITIALIZE, |
+ CAUSE_FOR_GPU_LAUNCH_JPEGDECODEACCELERATOR_INITIALIZE, |
// All new values should be inserted above this point so that |
// existing values continue to match up with those in histograms.xml. |