From 8e1b98ae9ec5ebd3c94df444769ab2305ee587e5 Mon Sep 17 00:00:00 2001 From: "gman@chromium.org" Date: Tue, 14 Jun 2011 23:39:53 +0000 Subject: Fix Revert of 89054 so it builds on win_shared TEST=builds on win_shared BUG=none Review URL: http://codereview.chromium.org/7167001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89096 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/gpu/gpu_process_host.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'content/browser/gpu') diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc index 92dec65..0eb1243 100644 --- a/content/browser/gpu/gpu_process_host.cc +++ b/content/browser/gpu/gpu_process_host.cc @@ -198,7 +198,7 @@ GpuProcessHost* GpuProcessHost::GetForRenderer( return NULL; } -// static +// static void GpuProcessHost::SendOnIO(int renderer_id, content::CauseForGpuLaunch cause, IPC::Message* message) { @@ -414,7 +414,7 @@ void GpuProcessHost::OnChannelEstablished( GPUInfo()); RouteOnUIThread(GpuHostMsg_OnLogMessage( logging::LOG_WARNING, - "WARNING", + "WARNING", "Hardware acceleration is unavailable.")); return; } @@ -527,6 +527,7 @@ bool GpuProcessHost::LaunchGpuProcess() { switches::kDisableGpuVsync, switches::kDisableGpuWatchdog, switches::kDisableLogging, + switches::kEnableGPUServiceLogging, switches::kEnableLogging, #if defined(OS_MACOSX) switches::kEnableSandboxLogging, -- cgit v1.1