| 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;
|
|
|
|
|