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

Unified Diff: cc/test/pixel_test.cc

Issue 2102203003: Color: Plumb color profile from ui::Compositor to cc::DirectRenderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on top of s/ColorProfile/ColorSpace/ Created 4 years, 6 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/surfaces/display.cc ('k') | cc/test/pixel_test_output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/pixel_test.cc
diff --git a/cc/test/pixel_test.cc b/cc/test/pixel_test.cc
index 416f614b9915de985710f36aca8c36ccc357bf59..b20ef02cb861a02978dc3d5dc14b91a090a27e7b 100644
--- a/cc/test/pixel_test.cc
+++ b/cc/test/pixel_test.cc
@@ -81,10 +81,8 @@ bool PixelTest::RunPixelTestWithReadbackTargetAndArea(
? device_viewport_rect
: external_device_clip_rect_;
renderer_->DecideRenderPassAllocationsForFrame(*pass_list);
- renderer_->DrawFrame(pass_list,
- device_scale_factor,
- device_viewport_rect,
- device_clip_rect,
+ renderer_->DrawFrame(pass_list, device_scale_factor, gfx::ColorSpace(),
+ device_viewport_rect, device_clip_rect,
disable_picture_quad_image_filtering_);
// Wait for the readback to complete.
« no previous file with comments | « cc/surfaces/display.cc ('k') | cc/test/pixel_test_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698