| Index: webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl.h b/webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| index 4817221b658e88b23297fff10682e36d40524d03..c69ccbe7f6a4641b8cafffccdeb0cb256b4cfee8 100644
|
| --- a/webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| +++ b/webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| @@ -30,6 +30,8 @@ public:
|
| WEBKIT_COMPOSITOR_BINDINGS_EXPORT bool initialize(
|
| const Settings&, scoped_ptr<cc::Thread> implThread);
|
|
|
| + WEBKIT_COMPOSITOR_BINDINGS_EXPORT cc::LayerTreeHost* layer_tree_host() const;
|
| +
|
| // WebLayerTreeView implementation.
|
| virtual void setSurfaceReady() OVERRIDE;
|
| virtual void setRootLayer(const WebLayer&) OVERRIDE;
|
|
|