| Index: cc/tiles/picture_layer_tiling.h
|
| diff --git a/cc/tiles/picture_layer_tiling.h b/cc/tiles/picture_layer_tiling.h
|
| index eed20fcca61ce36ca4b059a17f29ea931f9cd23c..bf0f3ec62261c6830ef2d3a0f5c4850acc7f1783 100644
|
| --- a/cc/tiles/picture_layer_tiling.h
|
| +++ b/cc/tiles/picture_layer_tiling.h
|
| @@ -122,9 +122,7 @@ class CC_EXPORT PictureLayerTiling {
|
| gfx::Rect live_tiles_rect() const { return live_tiles_rect_; }
|
| gfx::Size tile_size() const { return tiling_data_.max_texture_size(); }
|
| float contents_scale_key() const { return raster_transform_.scale(); }
|
| - const ScaleTranslate2d& raster_transform() const {
|
| - return raster_transform_;
|
| - }
|
| + const ScaleTranslate2d& raster_transform() const { return raster_transform_; }
|
| const TilingData* tiling_data() const { return &tiling_data_; }
|
|
|
| Tile* TileAt(int i, int j) const {
|
| @@ -183,9 +181,8 @@ class CC_EXPORT PictureLayerTiling {
|
| const gfx::Rect& skewport,
|
| const gfx::Rect& soon_border_rect,
|
| const gfx::Rect& eventually_rect) {
|
| - SetTilePriorityRects(1.f, visible_rect_in_content_space,
|
| - skewport, soon_border_rect, eventually_rect,
|
| - Occlusion());
|
| + SetTilePriorityRects(1.f, visible_rect_in_content_space, skewport,
|
| + soon_border_rect, eventually_rect, Occlusion());
|
| }
|
|
|
| // Iterate over all tiles to fill content_rect. Even if tiles are invalid
|
|
|