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 908d9240a596356b7db5007218bc8b321fd1e932..3b609fe423d05a62939025238b7ef01f949f28f2 100644 |
| --- a/ui/aura/window_tree_host.h |
| +++ b/ui/aura/window_tree_host.h |
| @@ -57,6 +57,8 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate, |
| void InitCompositor(); |
| + virtual void RemapWindow() = 0; |
|
Daniel Erat
2015/12/28 21:33:02
nit: move this down to the other similar pure virt
stapelberg
2016/01/18 17:22:23
Done.
|
| + |
| void AddObserver(WindowTreeHostObserver* observer); |
| void RemoveObserver(WindowTreeHostObserver* observer); |