| Index: cc/CCTiledLayerImpl.h
|
| diff --git a/cc/CCTiledLayerImpl.h b/cc/CCTiledLayerImpl.h
|
| index 13edb05a3a34a13e8a7283dd36f141db4f32a55c..7026d3106a74f53b5b65a56b1de77983469483e8 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; }
|
|
|