| Index: views/window/native_window_gtk.h
|
| ===================================================================
|
| --- views/window/native_window_gtk.h (revision 88218)
|
| +++ views/window/native_window_gtk.h (working copy)
|
| @@ -40,7 +40,6 @@
|
| virtual gboolean OnMotionNotify(GtkWidget* widget, GdkEventMotion* event);
|
| virtual void OnSizeAllocate(GtkWidget* widget, GtkAllocation* allocation);
|
| virtual gboolean OnLeaveNotify(GtkWidget* widget, GdkEventCrossing* event);
|
| - virtual void IsActiveChanged();
|
|
|
| protected:
|
| virtual void InitNativeWidget(const Widget::InitParams& params) OVERRIDE;
|
| @@ -48,21 +47,15 @@
|
| // Overridden from NativeWindow:
|
| virtual NativeWidget* AsNativeWidget() OVERRIDE;
|
| virtual const NativeWidget* AsNativeWidget() const OVERRIDE;
|
| - virtual gfx::Rect GetRestoredBounds() const OVERRIDE;
|
| - virtual void ShowNativeWindow(ShowState state) OVERRIDE;
|
| virtual void BecomeModal() OVERRIDE;
|
| - virtual void EnableClose(bool enable) OVERRIDE;
|
|
|
| // Overridden from NativeWidgetGtk:
|
| - virtual void Restore() OVERRIDE;
|
| virtual gboolean OnWindowStateEvent(GtkWidget* widget,
|
| GdkEventWindowState* event) OVERRIDE;
|
|
|
| // For the constructor.
|
| friend class Window;
|
|
|
| - virtual void OnDestroy(GtkWidget* widget);
|
| -
|
| private:
|
| static gboolean CallConfigureEvent(GtkWidget* widget,
|
| GdkEventConfigure* event,
|
|
|