| Index: ui/aura/window_tree_host.h
|
| diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
|
| index 2587c014b4e81e752c0d826d416a7a9437d9cfe1..908d9240a596356b7db5007218bc8b321fd1e932 100644
|
| --- a/ui/aura/window_tree_host.h
|
| +++ b/ui/aura/window_tree_host.h
|
| @@ -177,7 +177,8 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate,
|
| void DestroyCompositor();
|
| void DestroyDispatcher();
|
|
|
| - void CreateCompositor(gfx::AcceleratedWidget accelerated_widget);
|
| + void CreateCompositor();
|
| + void OnAcceleratedWidgetAvailable();
|
|
|
| // Returns the location of the RootWindow on native screen.
|
| virtual gfx::Point GetLocationOnNativeScreen() const = 0;
|
|
|