diff options
author | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-24 13:29:50 +0000 |
---|---|---|
committer | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-24 13:29:50 +0000 |
commit | 894e8fcc93c010a0558b025d45ce19adddad1108 (patch) | |
tree | 766be67c10b95925079c22bff78902940354dfd0 /content/browser/gpu/gpu_process_host.h | |
parent | 006236a292a8dec7b134b3db35bc1d9ea7767513 (diff) | |
download | chromium_src-894e8fcc93c010a0558b025d45ce19adddad1108.zip chromium_src-894e8fcc93c010a0558b025d45ce19adddad1108.tar.gz chromium_src-894e8fcc93c010a0558b025d45ce19adddad1108.tar.bz2 |
Land 9348117: (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)
TBR=sky,jam,apatrick
Review URL: https://chromiumcodereview.appspot.com/9442017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123473 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu/gpu_process_host.h')
-rw-r--r-- | content/browser/gpu/gpu_process_host.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h index e362cee..67b6fed 100644 --- a/content/browser/gpu/gpu_process_host.h +++ b/content/browser/gpu/gpu_process_host.h @@ -67,8 +67,9 @@ 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, const EstablishChannelCallback& callback); + void EstablishGpuChannel(int client_id, + int share_client_id, + const EstablishChannelCallback& callback); // Tells the GPU process to create a new command buffer that draws into the // given surface. |