| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 255128b04b45df40ed030df1886a1f434b2126ac..3aa9941af9e632de66f7ae2da0779963c282034f 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -460,6 +460,7 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| LayerTreeHostImplClient* client_;
|
| Proxy* proxy_;
|
| + SharedBitmapManager* shared_bitmap_manager_;
|
|
|
| private:
|
| void CreateAndSetRenderer(
|
| @@ -652,7 +653,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| // Optional callback to notify of new tree activations.
|
| base::Closure tree_activation_callback_;
|
|
|
| - SharedBitmapManager* shared_bitmap_manager_;
|
| int id_;
|
|
|
| std::set<SwapPromiseMonitor*> swap_promise_monitor_;
|
|
|