Chromium Code Reviews| Index: ui/aura/window_tree_host_platform.h |
| diff --git a/ui/aura/window_tree_host_platform.h b/ui/aura/window_tree_host_platform.h |
| index 0ee8824d2ebb5e36c903699fd3de6745ab084698..773d9f49efabc7dd576807193acfd44f9d50b2d9 100644 |
| --- a/ui/aura/window_tree_host_platform.h |
| +++ b/ui/aura/window_tree_host_platform.h |
| @@ -43,6 +43,8 @@ class AURA_EXPORT WindowTreeHostPlatform |
| void OnCursorVisibilityChangedNative(bool show) override; |
| protected: |
| + // NOTE: neither of these calls CreateCompositor(); subclasses must call |
| + // CreateCompositor() at the appropriate time. |
|
sadrul
2016/11/16 18:02:08
Is this change because the creation of the composi
sky
2016/11/16 18:45:49
CreateCompositor() calls window->Init(). window->I
|
| WindowTreeHostPlatform(); |
| explicit WindowTreeHostPlatform(std::unique_ptr<WindowPort> window_port); |