Chromium Code Reviews| Index: ui/gfx/color_space.h |
| diff --git a/ui/gfx/color_space.h b/ui/gfx/color_space.h |
| index 7bbfb83904f99992034882deb7dc0c830387e7db..89bb0e898637e9f5a5f04b6ce97c617a2fc8caa7 100644 |
| --- a/ui/gfx/color_space.h |
| +++ b/ui/gfx/color_space.h |
| @@ -123,6 +123,7 @@ class GFX_EXPORT ColorSpace { |
| static ColorSpace CreateREC709(); |
| bool operator==(const ColorSpace& other) const; |
| + bool operator!=(const ColorSpace& other) const; |
| bool operator<(const ColorSpace& other) const; |
| private: |