| 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..9318a67f8a7239a3febd4931531e6f155ef401ae 100644
|
| --- a/ui/aura/window_tree_host_platform.h
|
| +++ b/ui/aura/window_tree_host_platform.h
|
| @@ -24,6 +24,11 @@ class AURA_EXPORT WindowTreeHostPlatform
|
| explicit WindowTreeHostPlatform(const gfx::Rect& bounds);
|
| ~WindowTreeHostPlatform() override;
|
|
|
| +#if defined(OS_ANDROID)
|
| + // Returns the WindowTreeHostPlatform instance.
|
| + static WindowTreeHostPlatform* GetHost();
|
| +#endif
|
| +
|
| // WindowTreeHost:
|
| ui::EventSource* GetEventSource() override;
|
| gfx::AcceleratedWidget GetAcceleratedWidget() override;
|
|
|