From 428036621e1667b504051872869ac38cf6fac9c8 Mon Sep 17 00:00:00 2001 From: brianosman Date: Fri, 15 Jul 2016 06:59:48 -0700 Subject: Add getColorSpace to GrTextureProducer BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2150113002 Review-Url: https://codereview.chromium.org/2150113002 --- src/gpu/GrTextureParamsAdjuster.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gpu/GrTextureParamsAdjuster.h') 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; -- cgit v1.2.3