| Index: ui/gfx/color_profile.cc
|
| diff --git a/ui/gfx/color_profile.cc b/ui/gfx/color_profile.cc
|
| index bb7c3d546c2584e0842e7a425c84093da8a83927..a7ead10660aa8e065b411032fbf5122ee47c7210 100644
|
| --- a/ui/gfx/color_profile.cc
|
| +++ b/ui/gfx/color_profile.cc
|
| @@ -10,6 +10,10 @@ namespace gfx {
|
| void ReadColorProfile(std::vector<char>* profile);
|
| GFX_EXPORT bool GetDisplayColorProfile(const gfx::Rect& bounds,
|
| std::vector<char>* profile);
|
| +#if defined(OS_MACOSX)
|
| +GFX_EXPORT bool GetDisplayColorProfile(gfx::NativeWindow window,
|
| + std::vector<char>* profile);
|
| +#endif
|
| #else
|
| void ReadColorProfile(std::vector<char>* profile) { }
|
| GFX_EXPORT bool GetDisplayColorProfile(const gfx::Rect& bounds,
|
|
|