Index: cc/resources/tile.cc |
diff --git a/cc/resources/tile.cc b/cc/resources/tile.cc |
index f29baf6907ac83b00cecfa0a54afc56de0bc4fb1..6479c89d24474b6ddd7c6213a9a89c4c3d4427a7 100644 |
--- a/cc/resources/tile.cc |
+++ b/cc/resources/tile.cc |
@@ -13,14 +13,12 @@ namespace cc { |
Tile::Tile(TileManager* tile_manager, |
PicturePileImpl* picture_pile, |
gfx::Size tile_size, |
- GLenum format, |
gfx::Rect content_rect, |
gfx::Rect opaque_rect, |
float contents_scale, |
int layer_id) |
: tile_manager_(tile_manager), |
tile_size_(tile_size), |
- format_(format), |
content_rect_(content_rect), |
contents_scale_(contents_scale), |
opaque_rect_(opaque_rect), |