diff options
author | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 13:15:07 +0000 |
---|---|---|
committer | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 13:15:07 +0000 |
commit | a0d989166ecb37d1aa499e3f21998c4c1c6b0a9f (patch) | |
tree | a96a35c85d828e329fa987e0517f272164b3f9c0 /content/browser/gpu/gpu_process_host.h | |
parent | 6c2b810e1d54b0a461afb2c089667258c1a61707 (diff) | |
download | chromium_src-a0d989166ecb37d1aa499e3f21998c4c1c6b0a9f.zip chromium_src-a0d989166ecb37d1aa499e3f21998c4c1c6b0a9f.tar.gz chromium_src-a0d989166ecb37d1aa499e3f21998c4c1c6b0a9f.tar.bz2 |
A few less TOUCH_UIs.
There is no more TOUCH_UI. This is a NO-OP because defined(UI_COMPOSITOR_IMAGE_TRANSPORT) ==> !defined(TOOLKIT_USES_GTK).
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/8617001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111142 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h index c6788b0..e6ba2c0 100644 --- a/content/browser/gpu/gpu_process_host.h +++ b/content/browser/gpu/gpu_process_host.h @@ -126,7 +126,7 @@ class GpuProcessHost : public BrowserChildProcessHost, std::queue<linked_ptr<CreateCommandBufferCallback> > create_command_buffer_requests_; -#if defined(TOOLKIT_USES_GTK) && !defined(TOUCH_UI) +#if defined(TOOLKIT_USES_GTK) typedef std::pair<int32 /* renderer_id */, int32 /* render_view_id */> ViewID; |