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

Unified Diff: cc/resources/tile_manager.h

Issue 1051993002: cc: Remove tile sharing from tilings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 8 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
Index: cc/resources/tile_manager.h
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
index 087778a49fffb0359dfd0fddf9e6d812c8126543..7c111445737d8552c978735f452a310f5f1775d5 100644
--- a/cc/resources/tile_manager.h
+++ b/cc/resources/tile_manager.h
@@ -118,7 +118,7 @@ class CC_EXPORT TileManager : public TileTaskRunnerClient,
void UpdateVisibleTiles(const GlobalStateThatImpactsTilePriority& state);
- scoped_refptr<Tile> CreateTile(RasterSource* raster_source,
+ scoped_refptr<Tile> CreateTile(scoped_refptr<RasterSource>* raster_source,
const gfx::Size& desired_texture_size,
const gfx::Rect& content_rect,
float contents_scale,

Powered by Google App Engine
This is Rietveld 408576698