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

Unified Diff: cc/tiles/tile_manager.h

Issue 2866173002: [WIP] cc: Use sRGB for rastering non-wide-color-gamut content
Patch Set: Created 3 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
Index: cc/tiles/tile_manager.h
diff --git a/cc/tiles/tile_manager.h b/cc/tiles/tile_manager.h
index cfff719c320c0cf681315b178277bfd63636844e..0480af5236543864cacde6bc291a50b90a459083 100644
--- a/cc/tiles/tile_manager.h
+++ b/cc/tiles/tile_manager.h
@@ -345,6 +345,9 @@ class CC_EXPORT TileManager : CheckerImageTrackerClient {
void CheckPendingGpuWorkTiles(bool issue_signals);
+ gfx::ColorSpace GetTileColorSpace(
+ const PrioritizedTile& prioritized_tile) const;
+
TileManagerClient* client_;
base::SequencedTaskRunner* task_runner_;
ResourcePool* resource_pool_;

Powered by Google App Engine
This is Rietveld 408576698