Index: cc/picture_layer_tiling.h |
diff --git a/cc/picture_layer_tiling.h b/cc/picture_layer_tiling.h |
index bf504b8386ba13362a05668c8d45143f5feee3db..ab0aa2e2cae9cdc6f20fa2a9106f9974ae2381ae 100644 |
--- a/cc/picture_layer_tiling.h |
+++ b/cc/picture_layer_tiling.h |
@@ -71,6 +71,11 @@ class CC_EXPORT PictureLayerTiling { |
LayerNotAlignedToDevice, |
}; |
+ static gfx::Rect ExpandRectEquallyToAreaBoundedBy( |
+ gfx::Rect starting_rect, |
+ int64 target_area, |
+ gfx::Rect bounding_rect); |
+ |
// 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. |
// The union of all geometry_rect calls for each element iterated over should |