Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: ui/views/win/hwnd_message_handler_delegate.h

Issue 574283002: [Win] Convert min|max window size to screen pixels. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698