Index: cc/resources/picture_layer_tiling.h |
diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h |
index ea258a3084fe3df5afab1c696d6278cab769a773..c05185ac8cd48ab428133bd7dfd831c76482beeb 100644 |
--- a/cc/resources/picture_layer_tiling.h |
+++ b/cc/resources/picture_layer_tiling.h |
@@ -161,6 +161,7 @@ class CC_EXPORT PictureLayerTiling { |
const gfx::Rect& current_eventually_rect() const { |
return current_eventually_rect_; |
} |
+ void VerifyAllTilesHaveCurrentRasterSource() const; |
// Iterate over all tiles to fill content_rect. Even if tiles are invalid |
// (i.e. no valid resource) this tiling should still iterate over them. |