summaryrefslogtreecommitdiffstats
path: root/content/common/gpu
diff options
context:
space:
mode:
authorkbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-19 23:41:53 +0000
committerkbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-19 23:41:53 +0000
commit94c69cfc23c0f448f4fb44af678dceee099733f9 (patch)
tree6753a71b8e06e400ade0678214c86f873c00dbd8 /content/common/gpu
parent5a243fa5749a93102e8eafdea83b64f2a82dc77d (diff)
downloadchromium_src-94c69cfc23c0f448f4fb44af678dceee099733f9.zip
chromium_src-94c69cfc23c0f448f4fb44af678dceee099733f9.tar.gz
chromium_src-94c69cfc23c0f448f4fb44af678dceee099733f9.tar.bz2
Fixed existing launch cause for video decode accelerator initialization,
and reordered new Pepper 3D launch cause so that value for NO_LAUNCH is preserved from original value in histograms.xml. BUG=100507 TEST=compiled Review URL: http://codereview.chromium.org/8342060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/gpu')
-rw-r--r--content/common/gpu/gpu_process_launch_causes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/content/common/gpu/gpu_process_launch_causes.h b/content/common/gpu/gpu_process_launch_causes.h
index dfbd7e3..51e2437 100644
--- a/content/common/gpu/gpu_process_launch_causes.h
+++ b/content/common/gpu/gpu_process_launch_causes.h
@@ -16,9 +16,12 @@ enum CauseForGpuLaunch {
CAUSE_FOR_GPU_LAUNCH_GPUDATAMANAGER_REQUESTCOMPLETEGPUINFOIFNEEDED,
CAUSE_FOR_GPU_LAUNCH_RENDERWIDGETFULLSCREENPEPPER_CREATECONTEXT,
CAUSE_FOR_GPU_LAUNCH_WEBGRAPHICSCONTEXT3DCOMMANDBUFFERIMPL_INITIALIZE,
+ CAUSE_FOR_GPU_LAUNCH_NO_LAUNCH,
CAUSE_FOR_GPU_LAUNCH_VIDEODECODEACCELERATOR_INITIALIZE,
CAUSE_FOR_GPU_LAUNCH_PEPPERPLATFORMCONTEXT3DIMPL_INITIALIZE,
- CAUSE_FOR_GPU_LAUNCH_NO_LAUNCH,
+
+ // All new values should be inserted above this point so that
+ // existing values continue to match up with those in histograms.xml.
CAUSE_FOR_GPU_LAUNCH_MAX_ENUM
};