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

Unified Diff: cc/tiles/prioritized_tile.cc

Issue 1837263005: cc: Rename DisplayListRasterSource to just RasterSource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 e1408322f6886fdc0626974517d8a528a2803d7d..9fded2a7218639a5def761d736962cb250d48a5e 100644
--- a/cc/tiles/prioritized_tile.cc
+++ b/cc/tiles/prioritized_tile.cc
@@ -11,11 +11,10 @@ namespace cc {
PrioritizedTile::PrioritizedTile() : tile_(nullptr), is_occluded_(false) {}
-PrioritizedTile::PrioritizedTile(
- Tile* tile,
- scoped_refptr<DisplayListRasterSource> raster_source,
- const TilePriority priority,
- bool is_occluded)
+PrioritizedTile::PrioritizedTile(Tile* tile,
+ scoped_refptr<RasterSource> raster_source,
+ const TilePriority priority,
+ bool is_occluded)
: tile_(tile),
raster_source_(std::move(raster_source)),
priority_(priority),
« 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