diff options
Diffstat (limited to 'views/window/window_gtk.h')
-rw-r--r-- | views/window/window_gtk.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/window/window_gtk.h b/views/window/window_gtk.h index 75a5702..ef1cde8 100644 --- a/views/window/window_gtk.h +++ b/views/window/window_gtk.h @@ -57,9 +57,6 @@ class WindowGtk : public WidgetGtk, public NativeWindow, public Window { virtual void SetIsAlwaysOnTop(bool always_on_top); virtual NonClientFrameView* CreateFrameViewForWindow(); virtual void UpdateFrameAfterFrameChange(); - virtual WindowDelegate* GetDelegate() const; - virtual NonClientView* GetNonClientView() const; - virtual ClientView* GetClientView() const; virtual gfx::NativeWindow GetNativeWindow() const; virtual bool ShouldUseNativeFrame() const; virtual void FrameTypeChanged(); |