Index: cc/tiled_layer.h |
diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h |
index 9d477845ec00ba713c39429165ffc82bccb091b4..e09780cbe18b8a1933fad80b756c4e3dccab13ad 100644 |
--- a/cc/tiled_layer.h |
+++ b/cc/tiled_layer.h |
@@ -65,6 +65,8 @@ protected: |
// Virtual for testing |
virtual PrioritizedResourceManager* resourceManager() const; |
+ const LayerTilingData* tilerForTesting() const { return m_tiler.get(); } |
+ const PrioritizedResource* resourceAtForTesting(int, int) const; |
private: |
virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE; |