Home | History | Annotate | Download | only in layers

Lines Matching refs:tile_size

1170   gfx::Size tile_size = CalculateTileSize(content_bounds);
1171 if (tile_size.width() >= content_bounds.width() &&
1172 tile_size.height() >= content_bounds.height()) {