diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-22 02:05:08 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-22 02:05:08 +0000 |
commit | 5a83fca85954aac3561b2a3d31b95860e7dbc572 (patch) | |
tree | 6b01748e90a9bf0f32b2c4af1de51362289510c9 /content/browser/gpu | |
parent | 4204a7acb1af8171909863e49c3e71007f513cd6 (diff) | |
download | chromium_src-5a83fca85954aac3561b2a3d31b95860e7dbc572.zip chromium_src-5a83fca85954aac3561b2a3d31b95860e7dbc572.tar.gz chromium_src-5a83fca85954aac3561b2a3d31b95860e7dbc572.tar.bz2 |
fix-gl-logging
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/10155002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133364 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu')
-rw-r--r-- | content/browser/gpu/gpu_process_host.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc index dba5239..35ac5f3 100644 --- a/content/browser/gpu/gpu_process_host.cc +++ b/content/browser/gpu/gpu_process_host.cc @@ -681,6 +681,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) { switches::kDisableGpuWatchdog, switches::kDisableImageTransportSurface, switches::kDisableLogging, + switches::kEnableGPUServiceLogging, switches::kEnableLogging, #if defined(OS_MACOSX) switches::kEnableSandboxLogging, |