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; |