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

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

Issue 14348033: NOT FOR SUBMIT - Windows Views HiDPI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moving windows code into ifdef's Created 7 years, 7 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
Index: ui/views/win/hwnd_message_handler.h
diff --git a/ui/views/win/hwnd_message_handler.h b/ui/views/win/hwnd_message_handler.h
index 567e32ff2c0843e302883c59f185b1a7930ab097..820aa4addda32c050425f5ba666b4ef5747d5f8a 100644
--- a/ui/views/win/hwnd_message_handler.h
+++ b/ui/views/win/hwnd_message_handler.h
@@ -75,7 +75,7 @@ class VIEWS_EXPORT HWNDMessageHandler :
void GetWindowPlacement(gfx::Rect* bounds,
ui::WindowShowState* show_state) const;
- void SetBounds(const gfx::Rect& bounds);
+ void SetBoundsInPixel(const gfx::Rect& bounds);
kevers 2013/06/03 17:28:50 Tested on Aura? I suspect this change will break
girard 2013/06/03 22:31:55 This change isn't necessary. I'm turfing it out (a
void SetSize(const gfx::Size& size);
void CenterWindow(const gfx::Size& size);

Powered by Google App Engine
This is Rietveld 408576698