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

Unified Diff: cc/test/fake_tile_manager_client.cc

Issue 2336853002: cc: Plumb device color space through to rasterization (Closed)
Patch Set: Use suggested approach Created 4 years, 3 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/test/fake_tile_manager_client.cc
diff --git a/cc/test/fake_tile_manager_client.cc b/cc/test/fake_tile_manager_client.cc
index 4f46953adb23742c8507ae5d6b411c798b1e2e12..cbc96cf58e18bbb40bd37a8d05383639da2bd555 100644
--- a/cc/test/fake_tile_manager_client.cc
+++ b/cc/test/fake_tile_manager_client.cc
@@ -25,4 +25,8 @@ FakeTileManagerClient::BuildEvictionQueue(TreePriority tree_priority) {
return nullptr;
}
+const gfx::ColorSpace& FakeTileManagerClient::GetTileColorSpace() const {
+ return tile_color_space_;
+}
+
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698