| Index: ui/aura/window_tree_host.h
|
| diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
|
| index fcbcbd82516f3329f3faf4daaff6e320defb0fe0..8c8206c5438e0122cffa402ca3ff9a721d9da62d 100644
|
| --- a/ui/aura/window_tree_host.h
|
| +++ b/ui/aura/window_tree_host.h
|
| @@ -173,8 +173,8 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate,
|
| void Hide();
|
|
|
| // Gets/Sets the size of the WindowTreeHost (in pixels).
|
| - virtual gfx::Rect GetBounds() const = 0;
|
| - virtual void SetBounds(const gfx::Rect& bounds_in_pixels) = 0;
|
| + virtual gfx::Rect GetBoundsInPixel() const = 0;
|
| + virtual void SetBoundsInPixel(const gfx::Rect& bounds_in_pixels) = 0;
|
|
|
| // Sets the OS capture to the root window.
|
| virtual void SetCapture() = 0;
|
|
|