Index: src/core/SkSpecialImage.h |
diff --git a/src/core/SkSpecialImage.h b/src/core/SkSpecialImage.h |
index 3c298828017aab916feb3fd2d1bb01fb95d79fcc..cd8c3141fb9150a3c022664d310c1871ca8924b5 100644 |
--- a/src/core/SkSpecialImage.h |
+++ b/src/core/SkSpecialImage.h |
@@ -53,7 +53,7 @@ public: |
SkColorSpace* getColorSpace() const; |
uint32_t uniqueID() const { return fUniqueID; } |
- virtual bool isOpaque() const { return false; } |
+ virtual SkAlphaType alphaType() const = 0; |
virtual size_t getSize() const = 0; |
/** |