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

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

Issue 2579883002: Scale bounds in aura-mus client-lib and NativeWidgetMus in hdpi mode. (Closed)
Patch Set: sadrul@'s comments 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 | « ui/aura/mus/window_port_mus.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client.h
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
index 8df58b608e805f873d15d9af35a4d47d7e804a8e..cc23a428f3e0c58bca016f31c7285d4476d9bc44 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -258,7 +258,7 @@ class AURA_EXPORT WindowTreeClient
// Called when a property needs to change as the result of a change in the
// server, or the server failing to accept a change.
void SetWindowBoundsFromServer(WindowMus* window,
- const gfx::Rect& revert_bounds);
+ const gfx::Rect& revert_bounds_in_pixels);
void SetWindowVisibleFromServer(WindowMus* window, bool visible);
// Called from OnWindowMusBoundsChanged() and SetRootWindowBounds().
@@ -382,7 +382,7 @@ class AURA_EXPORT WindowTreeClient
void WmDisplayModified(const display::Display& display) override;
void WmSetBounds(uint32_t change_id,
Id window_id,
- const gfx::Rect& transit_bounds) override;
+ const gfx::Rect& transit_bounds_in_pixels) override;
void WmSetProperty(
uint32_t change_id,
Id window_id,
« no previous file with comments | « ui/aura/mus/window_port_mus.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698