| 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 7bc3a8ae94600ef5e4842175c72b894e9be5b35a..00dabd61f6ba5e5ae5910d101e88a67ed089c4c7 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -369,7 +369,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| void DidSwapBuffersComplete() override;
|
| void DidReceiveTextureInUseResponses(
|
| const gpu::TextureInUseResponses& responses) override;
|
| - void ReclaimResources(const CompositorFrameAck* ack) override;
|
| + void ReclaimResources(const ReturnedResourceArray& resources) override;
|
| void SetMemoryPolicy(const ManagedMemoryPolicy& policy) override;
|
| void SetTreeActivationCallback(const base::Closure& callback) override;
|
| void OnDraw(const gfx::Transform& transform,
|
|
|