Index: cc/resources/tile.h |
diff --git a/cc/resources/tile.h b/cc/resources/tile.h |
index 608aef7d2a1fe6844bf594be70d835efc3c2141e..b7b71203afb28e5782392a7d2a6688bb4629642a 100644 |
--- a/cc/resources/tile.h |
+++ b/cc/resources/tile.h |
@@ -54,7 +54,7 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> { |
return managed_state_.drawing_info; |
} |
- const gfx::Rect& opaque_rect() const { return opaque_rect_; } |
+ gfx::Rect opaque_rect() const { return opaque_rect_; } |
bool has_text() const { |
return managed_state_.picture_pile_analysis.has_text; |
} |