Chromium Code Reviews| Index: cc/LayerTextureUpdater.cpp |
| diff --git a/cc/LayerTextureUpdater.cpp b/cc/LayerTextureUpdater.cpp |
| index ed61a35b1986cdcaf3cd9ba00c375d38d049d98c..ae209d699f77f42f82061d5f1557cd3a88f7722a 100644 |
| --- a/cc/LayerTextureUpdater.cpp |
| +++ b/cc/LayerTextureUpdater.cpp |
| @@ -17,9 +17,4 @@ LayerTextureUpdater::Texture::~Texture() |
| { |
| } |
| -bool LayerTextureUpdater::Texture::backingResourceWasEvicted() const |
| -{ |
| - return m_texture->backingResourceWasEvicted(); |
| -} |
| - |
| } |