aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkColorSpaceXform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkColorSpaceXform.h')
-rw-r--r--include/core/SkColorSpaceXform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkColorSpaceXform.h b/include/core/SkColorSpaceXform.h
index 1e761a9b7f..bb838a264e 100644
--- a/include/core/SkColorSpaceXform.h
+++ b/include/core/SkColorSpaceXform.h
@@ -55,8 +55,8 @@ public:
* kOpaque optimization hint, |dst| alphas set to 1
*
*/
- bool apply(ColorFormat dstFormat, void* dst, ColorFormat srcFormat, const void* src, int count,
- SkAlphaType alphaType) const;
+ virtual bool apply(ColorFormat dstFormat, void* dst, ColorFormat srcFormat, const void* src,
+ int count, SkAlphaType alphaType) const = 0;
virtual ~SkColorSpaceXform() {}