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

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

Issue 1132683004: MJPEG acceleration for video capture, browser part (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mjpeg-2-gpu
Patch Set: fix compile for clang/windows/mac Created 5 years, 6 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 5aee3579d35dba211bd63a1615d2b44e259f0998..80f7f33e4826d5bc869662ab2064875ec2894f16 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??
Pawel Osciak 2015/06/29 06:18:39 Perhaps we should file a bug instead of adding thi
kcwu 2015/06/29 10:35:34 I found and updated the location in the comment.
// tools/histograms/histograms.xml.
enum CauseForGpuLaunch {
// Start enum from 2 to keep the same values for the histogram.
@@ -21,6 +22,7 @@ enum CauseForGpuLaunch {
CAUSE_FOR_GPU_LAUNCH_CANVAS_2D,
CAUSE_FOR_GPU_LAUNCH_PEPPERVIDEOENCODERACCELERATOR_INITIALIZE,
CAUSE_FOR_GPU_LAUNCH_GPU_MEMORY_BUFFER_ALLOCATE,
+ 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.

Powered by Google App Engine
This is Rietveld 408576698