Chromium Code Reviews| 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..668141653911c6f7ebf01546710802a138d59254 100644 |
| --- a/ui/aura/window_tree_host.h |
| +++ b/ui/aura/window_tree_host.h |
| @@ -76,7 +76,7 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate, |
| } |
| const WindowEventDispatcher* dispatcher() const { return dispatcher_.get(); } |
| - ui::Compositor* compositor() { return compositor_.get(); } |
| + ui::Compositor* compositor() const { return compositor_.get(); } |
|
sky
2016/11/21 22:27:25
const functions should return const objects, other
|
| // Gets/Sets the root window's transform. |
| virtual gfx::Transform GetRootTransform() const; |