| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index bf1918c6e1461dbab3cacf42a4c99586d1c4519d..fd01365f192ce59ee569655cbf92c34017c5f30c 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -84,6 +84,8 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
|
| explicit RootWindow(const gfx::Rect& initial_bounds);
|
| virtual ~RootWindow();
|
|
|
| + static RootWindow* GetForAcceleratedWidget(gfx::AcceleratedWidget widget);
|
| +
|
| static void set_hide_host_cursor(bool hide) {
|
| hide_host_cursor_ = hide;
|
| }
|
|
|