aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextureParamsAdjuster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrTextureParamsAdjuster.h')
-rw-r--r--src/gpu/GrTextureParamsAdjuster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/GrTextureParamsAdjuster.h b/src/gpu/GrTextureParamsAdjuster.h
index 08d71c4563..7513eb4d2f 100644
--- a/src/gpu/GrTextureParamsAdjuster.h
+++ b/src/gpu/GrTextureParamsAdjuster.h
@@ -108,6 +108,8 @@ protected:
*/
virtual void didCacheCopy(const GrUniqueKey& copyKey) = 0;
+ virtual SkColorSpace* getColorSpace() = 0;
+
private:
const int fWidth;
const int fHeight;