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 2e659d3b586a290460f1a1c339fdc9518e3e2eb8..b674212e3b4210ae6dd37debb968a5ce1b85885c 100644 |
| --- a/ui/aura/window_tree_host_platform.h |
| +++ b/ui/aura/window_tree_host_platform.h |
| @@ -24,6 +24,8 @@ class AURA_EXPORT WindowTreeHostPlatform |
| explicit WindowTreeHostPlatform(const gfx::Rect& bounds); |
| ~WindowTreeHostPlatform() override; |
| + static WindowTreeHostPlatform* GetHost(); |
|
mfomitchev
2015/10/29 15:53:44
biao is already in the process of landing this spe
bshe
2015/10/30 16:29:10
looks like we dont want to add the GetHost functio
|
| + |
| // WindowTreeHost: |
| ui::EventSource* GetEventSource() override; |
| gfx::AcceleratedWidget GetAcceleratedWidget() override; |