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

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

Issue 2579883002: Scale bounds in aura-mus client-lib and NativeWidgetMus in hdpi mode. (Closed)
Patch Set: change a comment about pixels 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
Index: ui/aura/mus/window_tree_host_mus.h
diff --git a/ui/aura/mus/window_tree_host_mus.h b/ui/aura/mus/window_tree_host_mus.h
index 0d923b46d86668c8058198d6611c9a7e52faab0e..a4ea57ea6e0be00a899bfacf5bb09908785a4477 100644
--- a/ui/aura/mus/window_tree_host_mus.h
+++ b/ui/aura/mus/window_tree_host_mus.h
@@ -51,7 +51,7 @@ class AURA_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
~WindowTreeHostMus() override;
- // Sets the bounds in dips.
+ // Sets the bounds in pixels.
void SetBoundsFromServer(const gfx::Rect& bounds);
sadrul 2016/12/21 16:22:44 bounds_in_pixels
riajiang 2016/12/21 17:48:33 Done.
ui::EventDispatchDetails SendEventToProcessor(ui::Event* event) {

Powered by Google App Engine
This is Rietveld 408576698