Index: cc/trees/layer_tree_host_impl.cc |
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
index fc779494f8539f45bf6a9b94282bf34b82e3a959..9e0c8918a48897014b3f0c140a52f1c73a99c132 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -1489,6 +1489,11 @@ void LayerTreeHostImpl::DidSwapBuffersComplete() { |
client_->DidSwapBuffersCompleteOnImplThread(); |
} |
+void LayerTreeHostImpl::DidReceiveTextureInUseResponses( |
+ const gpu::TextureInUseResponses& responses) { |
+ NOTREACHED(); |
+} |
+ |
void LayerTreeHostImpl::ReclaimResources(const CompositorFrameAck* ack) { |
// TODO(piman): We may need to do some validation on this ack before |
// processing it. |