summaryrefslogtreecommitdiffstats
path: root/src/core/render_widget_host_view_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/render_widget_host_view_qt.h')
-rw-r--r--src/core/render_widget_host_view_qt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/render_widget_host_view_qt.h b/src/core/render_widget_host_view_qt.h
index ef8b45755..e55d946e0 100644
--- a/src/core/render_widget_host_view_qt.h
+++ b/src/core/render_widget_host_view_qt.h
@@ -124,10 +124,6 @@ public:
virtual void SetBackground(const SkBitmap& background) Q_DECL_OVERRIDE;
virtual bool LockMouse() Q_DECL_OVERRIDE;
virtual void UnlockMouse() Q_DECL_OVERRIDE;
-#if defined(TOOLKIT_GTK)
- virtual GdkEventButton* GetLastMouseDown() Q_DECL_OVERRIDE;
- virtual gfx::NativeView BuildInputMethodsGtkMenu() Q_DECL_OVERRIDE;
-#endif // defined(TOOLKIT_GTK)
virtual void WasShown() Q_DECL_OVERRIDE;
virtual void WasHidden() Q_DECL_OVERRIDE;
virtual void MovePluginWindows(const gfx::Vector2d&, const std::vector<content::WebPluginGeometry>&) Q_DECL_OVERRIDE;