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 491eab2570826bf7e1069b7265c45459055802aa..47f88fbb32929db7affff1e1500c7fbc37843c4d 100644 |
--- a/content/browser/gpu/gpu_process_host.h |
+++ b/content/browser/gpu/gpu_process_host.h |
@@ -131,7 +131,7 @@ class GpuProcessHost : public BrowserChildProcessHost, |
std::queue<linked_ptr<CreateCommandBufferCallback> > |
create_command_buffer_requests_; |
-#if defined(OS_LINUX) && !defined(TOUCH_UI) |
+#if defined(TOOLKIT_USES_GTK) && !defined(TOUCH_UI) |
typedef std::pair<int32 /* renderer_id */, |
int32 /* render_view_id */> ViewID; |