| Index: content/public/browser/render_widget_host_view.h
|
| diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
|
| index 7c89136bc9656844a692c397e25ead1680cfca5d..821dc21bf657328bb5ea8ec10829a353ab48745d 100644
|
| --- a/content/public/browser/render_widget_host_view.h
|
| +++ b/content/public/browser/render_widget_host_view.h
|
| @@ -13,10 +13,6 @@
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| -#if defined(TOOLKIT_GTK)
|
| -#include <gdk/gdk.h>
|
| -#endif
|
| -
|
| class GURL;
|
|
|
| namespace gfx {
|
| @@ -151,13 +147,6 @@ class CONTENT_EXPORT RenderWidgetHostView {
|
| // Stops speaking, if it is currently in progress.
|
| virtual void StopSpeaking() = 0;
|
| #endif // defined(OS_MACOSX)
|
| -
|
| -#if defined(TOOLKIT_GTK)
|
| - // Gets the event for the last mouse down.
|
| - virtual GdkEventButton* GetLastMouseDown() = 0;
|
| - // Builds a submenu containing all the gtk input method commands.
|
| - virtual gfx::NativeView BuildInputMethodsGtkMenu() = 0;
|
| -#endif // defined(TOOLKIT_GTK)
|
| };
|
|
|
| } // namespace content
|
|
|