Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(748)

Unified Diff: cc/resources/tile.h

Issue 1130303004: cc: Remove unused Tile ctor parameter (raster_source). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/prioritized_tile.cc ('k') | cc/resources/tile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « cc/resources/prioritized_tile.cc ('k') | cc/resources/tile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698