Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Unified Diff: cc/LayerTextureUpdater.cpp

Issue 11074009: cc: Remove LayerTextureUpdater::Texture::updateRect() callback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
-}
-
}

Powered by Google App Engine
This is Rietveld 408576698