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 1d17643af802b6756ea16af0f876711ab2103e93..ca54d2e343796b5a87f53b96b4f8a6531c779ac6 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.h |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.h |
@@ -87,8 +87,7 @@ class GpuProcessHostUIShim |
void OnLogMessage(int level, const std::string& header, |
const std::string& message); |
-#if defined(TOOLKIT_USES_GTK) && !defined(UI_COMPOSITOR_IMAGE_TRANSPORT) || \ |
- defined(OS_WIN) |
+#if defined(TOOLKIT_USES_GTK) || defined(OS_WIN) |
void OnResizeView(int32 renderer_id, |
int32 render_view_id, |
int32 command_buffer_route_id, |