Index: include/core/SkImage.h |
diff --git a/include/core/SkImage.h b/include/core/SkImage.h |
index 97dc7999e563e9f3fc06c73be8eae4afca70b18b..ae8bbf5d50d5c9eeddd6ce0743449c92b1b2187b 100644 |
--- a/include/core/SkImage.h |
+++ b/include/core/SkImage.h |
@@ -47,6 +47,9 @@ struct SkImageInfo { |
SkAlphaType fAlphaType; |
}; |
+bool operator==(const SkImageInfo& lhs, const SkImageInfo& rhs); |
+bool operator!=(const SkImageInfo& lhs, const SkImageInfo& rhs); |
+ |
/** |
* SkImage is an abstraction for drawing a rectagle of pixels, though the |
* particular type of image could be actually storing its data on the GPU, or |