Index: cc/resources/layer_tiling_data.h |
diff --git a/cc/resources/layer_tiling_data.h b/cc/resources/layer_tiling_data.h |
index 94644d051b15f732e28d520efe4f5785404b6b22..b04a36202cb4dfd70a4673bad26170f56fe06d90 100644 |
--- a/cc/resources/layer_tiling_data.h |
+++ b/cc/resources/layer_tiling_data.h |
@@ -82,7 +82,7 @@ class CC_EXPORT LayerTilingData { |
const TileMap& tiles() const { return tiles_; } |
void SetBounds(const gfx::Size& size); |
enne (OOO)
2014/04/11 20:19:51
Do you think this setter/getter should be changed
ernstm
2014/04/11 23:43:51
Yes. Done.
|
- gfx::Size bounds() const { return tiling_data_.total_size(); } |
+ gfx::Size bounds() const { return tiling_data_.tiling_rect().size(); } |
void ContentRectToTileIndices(const gfx::Rect& rect, |
int* left, |