| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 98ac83d13b154fb0e256340b0331b8eb5c06612f..508a7281ee9a7acdd2b5c3c2f1dc3f97a36c0fbf 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -131,7 +131,6 @@ class CC_EXPORT LayerTreeHost {
|
| void DidCommitAndDrawFrame() { client_->DidCommitAndDrawFrame(); }
|
| void DidCompleteSwapBuffers() { client_->DidCompleteSwapBuffers(); }
|
| void DeleteContentsTexturesOnImplThread(ResourceProvider* resource_provider);
|
| - virtual void AcquireLayerTextures();
|
| // Returns false if we should abort this frame due to initialization failure.
|
| bool InitializeOutputSurfaceIfNeeded();
|
| bool UpdateLayers(ResourceUpdateQueue* queue);
|
|
|