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

Unified Diff: ui/aura/mus/window_port_mus.h

Issue 2579883002: Scale bounds in aura-mus client-lib and NativeWidgetMus in hdpi mode. (Closed)
Patch Set: Created 4 years 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 | « no previous file | ui/aura/mus/window_port_mus.cc » ('j') | ui/aura/mus/window_tree_client.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_port_mus.h
diff --git a/ui/aura/mus/window_port_mus.h b/ui/aura/mus/window_port_mus.h
index e88b694694432e2114c78b695f36cd1a849eb9a0..eff6606a184893ccdaa6505cf62048a1a690542e 100644
--- a/ui/aura/mus/window_port_mus.h
+++ b/ui/aura/mus/window_port_mus.h
@@ -133,7 +133,7 @@ class AURA_EXPORT WindowPortMus : public WindowPort, public WindowMus {
// Applies to ADD, ADD_TRANSIENT, REMOVE, REMOVE_TRANSIENT, REORDER and
// TRANSIENT_REORDER.
Id child_id;
- // Applies to BOUNDS.
+ // Applies to BOUNDS. This should be in pixels.
sky 2016/12/15 22:07:32 Name the member as such to reinforce that, e.g. bo
riajiang 2016/12/19 23:51:55 In order to move conversions to WTC, this now take
gfx::Rect bounds;
// Applies to VISIBLE.
bool visible;
« no previous file with comments | « no previous file | ui/aura/mus/window_port_mus.cc » ('j') | ui/aura/mus/window_tree_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698