| Index: ui/compositor/compositor.h
|
| diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
|
| index 9c72fc41304a7b1b53a945775ce6573a0f11882f..205c66b3ef248bd152d62da636c673fc599a0ea9 100644
|
| --- a/ui/compositor/compositor.h
|
| +++ b/ui/compositor/compositor.h
|
| @@ -246,7 +246,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 SetDisplayColorProfile(const gfx::ICCProfile& icc_profile);
|
| + void SetDisplayColorSpace(const gfx::ColorSpace& color_space);
|
|
|
| // Returns the size of the widget that is being drawn to in pixel coordinates.
|
| const gfx::Size& size() const { return size_; }
|
|
|