| 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_; }
|
|
|