summaryrefslogtreecommitdiffstats
path: root/views/window/window_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/window_gtk.h')
-rw-r--r--views/window/window_gtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/window/window_gtk.h b/views/window/window_gtk.h
index 18b9210..92ccd56 100644
--- a/views/window/window_gtk.h
+++ b/views/window/window_gtk.h
@@ -56,6 +56,8 @@ class WindowGtk : public WidgetGtk, public Window {
virtual NonClientView* GetNonClientView() const;
virtual ClientView* GetClientView() const;
virtual gfx::NativeWindow GetNativeWindow() const;
+ virtual bool ShouldUseNativeFrame() const;
+ virtual void FrameTypeChanged();
virtual Window* AsWindow() { return this; }
virtual const Window* AsWindow() const { return this; }