summaryrefslogtreecommitdiffstats
path: root/views/window/window_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/window_win.h')
-rw-r--r--views/window/window_win.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/window/window_win.h b/views/window/window_win.h
index 19a92d4..c9c19cf 100644
--- a/views/window/window_win.h
+++ b/views/window/window_win.h
@@ -74,6 +74,7 @@ class WindowWin : public WidgetWin,
virtual bool IsMinimized() const;
virtual void SetFullscreen(bool fullscreen);
virtual bool IsFullscreen() const;
+ virtual void SetUseDragFrame(bool use_drag_frame);
virtual void EnableClose(bool enable);
virtual void DisableInactiveRendering();
virtual void UpdateWindowTitle();
@@ -297,6 +298,10 @@ class WindowWin : public WidgetWin,
HMONITOR last_monitor_;
gfx::Rect last_monitor_rect_, last_work_area_;
+ // The window styles before we modified them for the drag frame appearance.
+ DWORD drag_frame_saved_window_style_;
+ DWORD drag_frame_saved_window_ex_style_;
+
DISALLOW_COPY_AND_ASSIGN(WindowWin);
};