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

Unified Diff: cc/test/fake_tile_manager_client.cc

Issue 2735943002: cc: Clarify that color spaces are for raster (Closed)
Patch Set: Rebase (a few times) Created 3 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/test/fake_tile_manager_client.h ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d18b17ae5aa6150d5832d2ca21267b04d1db2026..8325acc039992ffb17fe7ed566765d690cc2fc25 100644
--- a/cc/test/fake_tile_manager_client.cc
+++ b/cc/test/fake_tile_manager_client.cc
@@ -25,7 +25,7 @@ FakeTileManagerClient::BuildEvictionQueue(TreePriority tree_priority) {
return nullptr;
}
-gfx::ColorSpace FakeTileManagerClient::GetTileColorSpace() const {
+gfx::ColorSpace FakeTileManagerClient::GetRasterColorSpace() const {
return gfx::ColorSpace();
}
« no previous file with comments | « cc/test/fake_tile_manager_client.h ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698