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

Unified Diff: cc/tiles/tile.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/tiles/picture_layer_tiling.cc ('k') | cc/tiles/tile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/tile.h
diff --git a/cc/tiles/tile.h b/cc/tiles/tile.h
index 6a15784f8031e35727658c086102b2e2fbf718b4..e547b335cac859573baef8da3e962bc874f1a24a 100644
--- a/cc/tiles/tile.h
+++ b/cc/tiles/tile.h
@@ -77,9 +77,7 @@ class CC_EXPORT Tile {
TileDrawInfo& draw_info() { return draw_info_; }
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 gfx::Rect& content_rect() const { return content_rect_; }
const gfx::Rect& enclosing_layer_rect() const {
return enclosing_layer_rect_;
« no previous file with comments | « cc/tiles/picture_layer_tiling.cc ('k') | cc/tiles/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698