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

Unified Diff: ui/aura/window_tree_host.h

Issue 924853002: linux/x11: Fix setting window bounds in High DPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 10 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/aura/window_tree_host.h
diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
index b08391ffcf6ac3d44bdd5085c7c44b2e5699655c..9968f3eb57383969ad7e7058151771ba4bad2513 100644
--- a/ui/aura/window_tree_host.h
+++ b/ui/aura/window_tree_host.h
@@ -129,7 +129,7 @@ class AURA_EXPORT WindowTreeHost {
// Hides the WindowTreeHost.
virtual void Hide() = 0;
- // Gets/Sets the size of the WindowTreeHost.
+ // Gets/Sets the size of the WindowTreeHost (in pixels).
virtual gfx::Rect GetBounds() const = 0;
virtual void SetBounds(const gfx::Rect& bounds) = 0;

Powered by Google App Engine
This is Rietveld 408576698