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

Unified Diff: cc/tiles/tile_manager.cc

Issue 2643163004: Use ICCProfile to construct SkColorSpace (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/tile_manager.cc
diff --git a/cc/tiles/tile_manager.cc b/cc/tiles/tile_manager.cc
index a20df6545b5e6b11a5078250df0a457ba24865af..afe47394e3aaa8bcf1d1c0519ff2687374487ddb 100644
--- a/cc/tiles/tile_manager.cc
+++ b/cc/tiles/tile_manager.cc
@@ -861,7 +861,7 @@ void TileManager::ScheduleTasks(
tile->raster_task_ = CreateRasterTask(
prioritized_tile,
prioritized_tile.raster_source()->HasImpliedColorSpace()
- ? prioritized_tile.raster_source()->GetImpliedColorSpace()
+ ? gfx::ColorSpace()
: target_color_space);
TileTask* task = tile->raster_task_.get();
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698