Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: cc/tiles/picture_layer_tiling.h

Issue 2555363004: [6/6] git cl format (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/fake_picture_layer_impl.h ('k') | cc/tiles/picture_layer_tiling.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « cc/test/fake_picture_layer_impl.h ('k') | cc/tiles/picture_layer_tiling.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698