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

Unified Diff: cc/tiled_layer.h

Issue 11369109: cc: Rename PrioritizedTexture to PrioritizedResource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « cc/thread_proxy.h ('k') | cc/tiled_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiled_layer.h
diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h
index 2fc5fcaee9524f9acd88324d98a2606b613cc939..052bb99266e02d7b948be475d18c7cc1d4a96559 100644
--- a/cc/tiled_layer.h
+++ b/cc/tiled_layer.h
@@ -64,7 +64,7 @@ protected:
bool skipsDraw() const { return m_skipsDraw; }
// Virtual for testing
- virtual PrioritizedTextureManager* textureManager() const;
+ virtual PrioritizedResourceManager* resourceManager() const;
private:
virtual scoped_ptr<LayerImpl> createLayerImpl() OVERRIDE;
« no previous file with comments | « cc/thread_proxy.h ('k') | cc/tiled_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698