Index: cc/tiled_layer.h |
diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h |
index 616339129e9bbcf7c5d2fc24286bd85fd43e8b69..ce50cb63591a4fbdc1a337ff9f32632bc8cee491 100644 |
--- a/cc/tiled_layer.h |
+++ b/cc/tiled_layer.h |
@@ -81,7 +81,7 @@ private: |
void markOcclusionsAndRequestTextures(int left, int top, int right, int bottom, const CCOcclusionTracker*); |
bool updateTiles(int left, int top, int right, int bottom, CCTextureUpdateQueue&, const CCOcclusionTracker*, CCRenderingStats&, bool& didPaint); |
- bool haveTexturesForTiles(int left, int top, int right, int bottom, bool ignoreOcclusions); |
+ bool haveTexturesForTiles(int left, int top, int right, int bottom, bool ignoreOcclusions) const; |
enne (OOO)
2012/10/18 18:26:33
<3. I've wanted that change for a while.
|
IntRect markTilesForUpdate(int left, int top, int right, int bottom, bool ignoreOcclusions); |
void updateTileTextures(const IntRect& paintRect, int left, int top, int right, int bottom, CCTextureUpdateQueue&, const CCOcclusionTracker*, CCRenderingStats&); |