Index: ui/views/win/hwnd_message_handler_delegate.h |
diff --git a/ui/views/win/hwnd_message_handler_delegate.h b/ui/views/win/hwnd_message_handler_delegate.h |
index 4381dcbc740c492c6df2d4218cd35e3aab4a4b59..0d1848edc27758ffaf62368db772ddc9b95edf1b 100644 |
--- a/ui/views/win/hwnd_message_handler_delegate.h |
+++ b/ui/views/win/hwnd_message_handler_delegate.h |
@@ -64,7 +64,7 @@ class VIEWS_EXPORT HWNDMessageHandlerDelegate { |
virtual bool GetClientAreaInsets(gfx::Insets* insets) const = 0; |
// Returns the minimum and maximum size the window can be resized to by the |
- // user. |
+ // user. Units are screen pixels. |
sky
2014/09/17 15:44:26
The hope is pixels are used vary sparingly. Can th
jackhou1
2014/09/18 03:36:42
Done.
|
virtual void GetMinMaxSize(gfx::Size* min_size, |
gfx::Size* max_size) const = 0; |