| 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 c5da9ef8da5be9fcfb9e1f529917dda7eb09b007..f99d53227e2a71bcd074065d86597b4b540b4e25 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -82,7 +82,7 @@ class GpuProcessHostUIShim
|
|
|
| void OnLogMessage(int level, const std::string& header,
|
| const std::string& message);
|
| -#if defined(TOOLKIT_USES_GTK) || defined(OS_WIN)
|
| +#if defined(TOOLKIT_GTK) || defined(OS_WIN)
|
| void OnResizeView(int32 surface_id,
|
| int32 route_id,
|
| gfx::Size size);
|
|
|