Index: cc/resources/tile_manager.cc |
diff --git a/cc/resources/tile_manager.cc b/cc/resources/tile_manager.cc |
index cc8cd4c03ea6cfcf509dfe2ea8f17253ad32cfb2..e11f77c7d496df57ff0bcf5c443fa3ff035499fd 100644 |
--- a/cc/resources/tile_manager.cc |
+++ b/cc/resources/tile_manager.cc |
@@ -1127,7 +1127,6 @@ void TileManager::OnRasterTaskCompleted( |
scoped_refptr<Tile> TileManager::CreateTile(PicturePileImpl* picture_pile, |
const gfx::Size& tile_size, |
const gfx::Rect& content_rect, |
- const gfx::Rect& opaque_rect, |
float contents_scale, |
int layer_id, |
int source_frame_number, |
@@ -1136,7 +1135,6 @@ scoped_refptr<Tile> TileManager::CreateTile(PicturePileImpl* picture_pile, |
picture_pile, |
tile_size, |
content_rect, |
- opaque_rect, |
contents_scale, |
layer_id, |
source_frame_number, |