| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index c6788b0fb570100976b6e0b8e62b5738e53bcb8b..e6ba2c0d9c89137f0a71339785d375780de8dd53 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;
|
|
|
|
|