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

Unified Diff: cc/tiles/prioritized_tile.cc

Issue 1405883002: cc: Remove the base RasterSource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge more Created 5 years, 2 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/tiles/prioritized_tile.h ('k') | cc/tiles/tile_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/prioritized_tile.cc
diff --git a/cc/tiles/prioritized_tile.cc b/cc/tiles/prioritized_tile.cc
index 2e0246c34c906a48650d7da278cab4bae0f3264c..cf6e66ff5e8f9bdd94aec22615ee6c6342a1193c 100644
--- a/cc/tiles/prioritized_tile.cc
+++ b/cc/tiles/prioritized_tile.cc
@@ -14,14 +14,13 @@ PrioritizedTile::PrioritizedTile()
}
PrioritizedTile::PrioritizedTile(Tile* tile,
- RasterSource* raster_source,
+ DisplayListRasterSource* raster_source,
const TilePriority priority,
bool is_occluded)
: tile_(tile),
raster_source_(raster_source),
priority_(priority),
- is_occluded_(is_occluded) {
-}
+ is_occluded_(is_occluded) {}
PrioritizedTile::~PrioritizedTile() {
}
« no previous file with comments | « cc/tiles/prioritized_tile.h ('k') | cc/tiles/tile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698