Index: third_party/WebKit/Source/platform/graphics/ColorBehavior.h |
diff --git a/third_party/WebKit/Source/platform/graphics/ColorBehavior.h b/third_party/WebKit/Source/platform/graphics/ColorBehavior.h |
index b2de9e47a72727ff380468791c8da69e580dfa17..ea3c1a2423e1ec0bd0916d02fd56c988aacbe1db 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ColorBehavior.h |
+++ b/third_party/WebKit/Source/platform/graphics/ColorBehavior.h |
@@ -7,6 +7,7 @@ |
#include "platform/PlatformExport.h" |
#include "public/platform/WebVector.h" |
+#include "third_party/skia/include/core/SkColorSpace.h" |
#include "third_party/skia/include/core/SkRefCnt.h" |
class SkColorSpace; |
@@ -57,6 +58,9 @@ class PLATFORM_EXPORT ColorBehavior { |
// Transform to a target color space to be used by tests. |
static ColorBehavior transformToTargetForTesting(); |
+ bool operator==(const ColorBehavior&) const; |
+ bool operator!=(const ColorBehavior&) const; |
+ |
private: |
enum class Type { |
Ignore, |