Index: cc/CCTiledLayerImpl.h |
diff --git a/cc/CCTiledLayerImpl.h b/cc/CCTiledLayerImpl.h |
index 13edb05a3a34a13e8a7283dd36f141db4f32a55c..6602e4f49891e8ee687c81c5bc727f01874b9dc2 100644 |
--- a/cc/CCTiledLayerImpl.h |
+++ b/cc/CCTiledLayerImpl.h |
@@ -30,6 +30,7 @@ public: |
void setSkipsDraw(bool skipsDraw) { m_skipsDraw = skipsDraw; } |
void setTilingData(const CCLayerTilingData& tiler); |
void pushTileProperties(int, int, CCResourceProvider::ResourceId, const IntRect& opaqueRect); |
+ void pushInvalidTile(int, int); |
void setContentsSwizzled(bool contentsSwizzled) { m_contentsSwizzled = contentsSwizzled; } |
bool contentsSwizzled() const { return m_contentsSwizzled; } |
@@ -41,7 +42,7 @@ protected: |
explicit CCTiledLayerImpl(int id); |
// Exposed for testing. |
bool hasTileAt(int, int) const; |
- bool hasTextureIdForTileAt(int, int) const; |
+ bool hasResourceIdForTileAt(int, int) const; |
private: |