| Index: cc/CCTiledLayerImpl.h
|
| ===================================================================
|
| --- cc/CCTiledLayerImpl.h (revision 158168)
|
| +++ cc/CCTiledLayerImpl.h (working copy)
|
| @@ -30,7 +30,6 @@
|
| 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; }
|
|
|