Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: ui/gfx/color_space.h

Issue 2088273003: Video Color Managament (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use gfx::ColorProfile Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/gfx/color_space.h
diff --git a/ui/gfx/color_space.h b/ui/gfx/color_space.h
index 4ab4aa33a7d56c805336be41fd6e0114fac8a0ed..7bbfb83904f99992034882deb7dc0c830387e7db 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;
private:
PrimaryID primaries_;

Powered by Google App Engine
This is Rietveld 408576698