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

Unified Diff: cc/test/fake_output_surface.cc

Issue 2693723002: cc: Move output color space from DrawingFrame to RenderPass (Closed)
Patch Set: Fix typo Created 3 years, 10 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_output_surface.cc
diff --git a/cc/test/fake_output_surface.cc b/cc/test/fake_output_surface.cc
index 7b7d4f50a493cf8855be8b5162b4a0c80f251838..cafd10bf00c7fc7e71b47fbe63bdee0670475f0c 100644
--- a/cc/test/fake_output_surface.cc
+++ b/cc/test/fake_output_surface.cc
@@ -38,6 +38,7 @@ void FakeOutputSurface::Reshape(const gfx::Size& size,
} else {
software_device()->Resize(size, device_scale_factor);
}
+ last_reshape_color_space_ = color_space;
}
void FakeOutputSurface::SwapBuffers(OutputSurfaceFrame frame) {

Powered by Google App Engine
This is Rietveld 408576698