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

Unified Diff: ui/compositor/compositor.h

Issue 2742613002: color: Always use parametric color spaces for raster (Closed)
Patch Set: Incorporate review feedback 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 | « ui/aura/window_tree_host.cc ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor.h
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
index 4c8f8cb51bce873ac3b6877fb8c6e5b7c16d0da7..7315aee33a2d49467d7fdfdd574b2230c142e6a6 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -260,7 +260,7 @@ class COMPOSITOR_EXPORT Compositor
void SetScaleAndSize(float scale, const gfx::Size& size_in_pixel);
// Set the output color profile into which this compositor should render.
- void SetDisplayColorSpace(const gfx::ColorSpace& color_space);
+ void SetDisplayColorProfile(const gfx::ICCProfile& icc_profile);
// Returns the size of the widget that is being drawn to in pixel coordinates.
const gfx::Size& size() const { return size_; }
« no previous file with comments | « ui/aura/window_tree_host.cc ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698