Index: cc/resources/tile.h |
diff --git a/cc/resources/tile.h b/cc/resources/tile.h |
index 904eb0ba8409de2bcd3d4627689b5f84379098f8..40acb5be864f35dffe0e5071c2bede51f05b53f8 100644 |
--- a/cc/resources/tile.h |
+++ b/cc/resources/tile.h |
@@ -63,8 +63,8 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> { |
int layer_id() const { return layer_id_; } |
void set_picture_pile(scoped_refptr<PicturePileImpl> pile) { |
- DCHECK(pile->CanRaster(contents_scale_, content_rect_)); |
- picture_pile_ = pile; |
+ DCHECK(pile->CanRaster(contents_scale_, content_rect_)); |
+ picture_pile_ = pile; |
} |
private: |