diff options
Diffstat (limited to 'chrome/views/custom_frame_window.h')
-rw-r--r-- | chrome/views/custom_frame_window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/views/custom_frame_window.h b/chrome/views/custom_frame_window.h index 0c2b7f9..85c6b2d 100644 --- a/chrome/views/custom_frame_window.h +++ b/chrome/views/custom_frame_window.h @@ -89,6 +89,9 @@ class CustomFrameWindow : public Window { // True if updates to this window are currently locked. bool lock_updates_; + // The window styles of the window before updates were locked. + DWORD saved_window_style_; + // Static resource initialization. static void InitClass(); enum ResizeCursor { |