| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 7ccf1b5d057bb7b5675cfe4df54f60337c0f9233..ca16dbc5e4cde46ccce7b5342d846f2f953eb2dd 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -211,11 +211,11 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| void ForwardGestureEvent(const WebKit::WebGestureEvent& gesture_event);
|
| virtual void ForwardTouchEvent(const WebKit::WebTouchEvent& touch_event);
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| // Give key press listeners a chance to handle this key press. This allow
|
| // widgets that don't have focus to still handle key presses.
|
| bool KeyPressListenersHandleEvent(GdkEventKey* event);
|
| -#endif // defined(TOOLKIT_USES_GTK)
|
| +#endif // defined(TOOLKIT_GTK)
|
|
|
| void CancelUpdateTextDirection();
|
|
|
| @@ -493,7 +493,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| void OnAcceleratedSurfaceBuffersSwapped(gfx::PluginWindowHandle window,
|
| uint64 surface_handle);
|
| #endif
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| void OnMsgCreatePluginContainer(gfx::PluginWindowHandle id);
|
| void OnMsgDestroyPluginContainer(gfx::PluginWindowHandle id);
|
| #endif
|
|
|