| Index: content/browser/gpu/gpu_process_host_ui_shim.h
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| index f50ee9580ceb740c425b4d5bb053b1e4e02b471c..02d8d7981637a58f6251433caa73da970867ea0b 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -92,7 +92,7 @@ class GpuProcessHostUIShim
|
|
|
| void OnLogMessage(int level, const std::string& header,
|
| const std::string& message);
|
| -#if defined(OS_LINUX) && !defined(TOUCH_UI) || defined(OS_WIN)
|
| +#if defined(TOOLKIT_USES_GTK) && !defined(TOUCH_UI) || defined(OS_WIN)
|
| void OnResizeView(int32 renderer_id,
|
| int32 render_view_id,
|
| int32 command_buffer_route_id,
|
|
|