diff options
Diffstat (limited to 'views/window/window_win.h')
-rw-r--r-- | views/window/window_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/window_win.h b/views/window/window_win.h index e9625c2..12e3d2e 100644 --- a/views/window/window_win.h +++ b/views/window/window_win.h @@ -238,7 +238,7 @@ class WindowWin : public WidgetWin, HWND owning_hwnd_; // The smallest size the window can be. - CSize minimum_size_; + gfx::Size minimum_size_; // Whether or not the window is modal. This comes from the delegate and is // cached at Init time to avoid calling back to the delegate from the |