Chromium Code Reviews| Index: cc/LayerTextureUpdater.cpp |
| diff --git a/cc/LayerTextureUpdater.cpp b/cc/LayerTextureUpdater.cpp |
| index d4e708f15347e7a380de34effbce8f5d06b21baa..7e8c11e7db8584c4f973844262c0052c7a03aefd 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(); |
| -} |
| - |
| } |