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 589b80e171c3162bd165f866d10f0a269f18a62c..aed5e43dacac2ceae1401eb361c6a4285bb0e184 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -1490,6 +1490,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. |