| Index: views/widget/widget_gtk.h
|
| diff --git a/views/widget/widget_gtk.h b/views/widget/widget_gtk.h
|
| index 2499bfd624eed736c95957f088393974f5641e59..5a601a56c04b471e78f9ed3f1b89470db93006de 100644
|
| --- a/views/widget/widget_gtk.h
|
| +++ b/views/widget/widget_gtk.h
|
| @@ -153,8 +153,6 @@ class WidgetGtk : public Widget,
|
| virtual void Init(gfx::NativeView parent, const gfx::Rect& bounds);
|
| virtual void InitWithWidget(Widget* parent, const gfx::Rect& bounds);
|
| virtual gfx::NativeView GetNativeView() const;
|
| - virtual void GenerateMousePressedForView(View* view,
|
| - const gfx::Point& point);
|
| virtual bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator);
|
| virtual Window* GetWindow();
|
| virtual const Window* GetWindow() const;
|
|
|