Index: cc/resources/tile.h |
diff --git a/cc/resources/tile.h b/cc/resources/tile.h |
index 25e9265b54de2c52e49ffcee6262a7a13d03f8d5..4935cbc91a00a6a820c6fab55e80eaf5916b5169 100644 |
--- a/cc/resources/tile.h |
+++ b/cc/resources/tile.h |
@@ -6,7 +6,6 @@ |
#define CC_RESOURCES_TILE_H_ |
#include "base/memory/ref_counted.h" |
-#include "cc/resources/raster_source.h" |
#include "cc/resources/tile_draw_info.h" |
#include "ui/gfx/geometry/rect.h" |
#include "ui/gfx/geometry/size.h" |
@@ -85,7 +84,6 @@ class CC_EXPORT Tile { |
// Methods called by by tile manager. |
Tile(TileManager* tile_manager, |
- RasterSource* raster_source, |
const gfx::Size& desired_texture_size, |
const gfx::Rect& content_rect, |
float contents_scale, |