| Index: views/widget/widget_gtk.cc
|
| diff --git a/views/widget/widget_gtk.cc b/views/widget/widget_gtk.cc
|
| index faf7406fd93ea114e85242ec067175378adef0f4..fe23dbb6cf0d487110bbcbbdeee07af5618688d8 100644
|
| --- a/views/widget/widget_gtk.cc
|
| +++ b/views/widget/widget_gtk.cc
|
| @@ -601,11 +601,6 @@ gfx::NativeView WidgetGtk::GetNativeView() const {
|
| return widget_;
|
| }
|
|
|
| -void WidgetGtk::GenerateMousePressedForView(View* view,
|
| - const gfx::Point& point) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| bool WidgetGtk::GetAccelerator(int cmd_id, ui::Accelerator* accelerator) {
|
| NOTIMPLEMENTED();
|
| return false;
|
|
|