summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/gpu_process_host.h
diff options
context:
space:
mode:
authordpapad@chromium.org <dpapad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-16 02:15:59 +0000
committerdpapad@chromium.org <dpapad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-16 02:15:59 +0000
commitca80663f218022703ef33d0ed8667160a6c30943 (patch)
treecfb63a5cfd654c23906bf3fd6802536dd1b55b10 /content/browser/gpu/gpu_process_host.h
parent8b93052b8898c34ef83c5ad399f17ca3f376aa8b (diff)
downloadchromium_src-ca80663f218022703ef33d0ed8667160a6c30943.zip
chromium_src-ca80663f218022703ef33d0ed8667160a6c30943.tar.gz
chromium_src-ca80663f218022703ef33d0ed8667160a6c30943.tar.bz2
Revert 122213 - aura: Use GPU process for UI
This is behind a flag (--ui-use-gpu-process). Currently problems occur when the GPU process crash, this will be handled in a follow-up CL. BUG=99516 TEST=chrome --ui-use-gpu-process (with an aura build) Review URL: http://codereview.chromium.org/9348117 TBR=piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/9347063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu/gpu_process_host.h')
-rw-r--r--content/browser/gpu/gpu_process_host.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index 71e8869..30a7dcf 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -62,9 +62,8 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate,
// Tells the GPU process to create a new channel for communication with a
// client. Once the GPU process responds asynchronously with the IPC handle
// and GPUInfo, we call the callback.
- void EstablishGpuChannel(int client_id,
- int share_client_id,
- const EstablishChannelCallback& callback);
+ void EstablishGpuChannel(
+ int client_id, const EstablishChannelCallback& callback);
typedef base::Callback<void(int32)> CreateCommandBufferCallback;