| Index: ui/gfx/icc_profile.h
|
| diff --git a/ui/gfx/icc_profile.h b/ui/gfx/icc_profile.h
|
| index 8d72d08ea6611a5f619e578e797ac6a1cfb71abb..e719c16f1718a10cf3806b5df40d9b170f26aaab 100644
|
| --- a/ui/gfx/icc_profile.h
|
| +++ b/ui/gfx/icc_profile.h
|
| @@ -40,6 +40,7 @@ class GFX_EXPORT ICCProfile {
|
| ICCProfile& operator=(const ICCProfile& other);
|
| ~ICCProfile();
|
| bool operator==(const ICCProfile& other) const;
|
| + bool operator!=(const ICCProfile& other) const;
|
|
|
| // Returns the color profile of the monitor that can best represent color.
|
| // This profile should be used for creating content that does not know on
|
|
|