| Index: ui/compositor/compositor.h
|
| diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
|
| index 76f8f38765127232647b1fd02031924eb7782e3b..42c526cb1beb74dca967178bd8cc1c80e096e607 100644
|
| --- a/ui/compositor/compositor.h
|
| +++ b/ui/compositor/compositor.h
|
| @@ -299,6 +299,8 @@ class COMPOSITOR_EXPORT Compositor
|
| ui::Window* window() const;
|
| #endif
|
|
|
| +cc::LayerTreeHost* layer_tree_host() { return host_.get(); }
|
| +
|
| // Returns the vsync manager for this compositor.
|
| scoped_refptr<CompositorVSyncManager> vsync_manager() const;
|
|
|
|
|