diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-20 21:20:33 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-20 21:20:33 +0000 |
commit | 9edeb71c75df9eed63d4e27e90c2ddfc287049b8 (patch) | |
tree | 219f94803f3193301e3d606693bb7d1a74ab2264 /content/browser/gpu/gpu_process_host.h | |
parent | 20960e074cf789825155f771e1c035df41cd0e75 (diff) | |
download | chromium_src-9edeb71c75df9eed63d4e27e90c2ddfc287049b8.zip chromium_src-9edeb71c75df9eed63d4e27e90c2ddfc287049b8.tar.gz chromium_src-9edeb71c75df9eed63d4e27e90c2ddfc287049b8.tar.bz2 |
Making TOOLKIT_USES_GTK orthogonal to USE_AURA.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7973003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102019 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 15ce84d..b337176 100644 --- a/content/browser/gpu/gpu_process_host.h +++ b/content/browser/gpu/gpu_process_host.h @@ -123,7 +123,7 @@ class GpuProcessHost : public BrowserChildProcessHost, std::queue<linked_ptr<CreateCommandBufferCallback> > create_command_buffer_requests_; -#if defined(TOOLKIT_USES_GTK) && !defined(TOUCH_UI) && !defined(USE_AURA) +#if defined(TOOLKIT_USES_GTK) && !defined(TOUCH_UI) typedef std::pair<int32 /* renderer_id */, int32 /* render_view_id */> ViewID; |