Chromium Code Reviews| 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) { |