| Index: include/gpu/GrDrawContext.h
|
| diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
|
| index cad2b827e4f99eb41b603210df6f5591ff29a6cd..29a70f9b14c19f50676e9952cce62092241e2522 100644
|
| --- a/include/gpu/GrDrawContext.h
|
| +++ b/include/gpu/GrDrawContext.h
|
| @@ -335,6 +335,7 @@ public:
|
| }
|
| const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; }
|
| SkColorSpace* getColorSpace() const { return fColorSpace.get(); }
|
| + GrColorSpaceXform* getColorXformFromSRGB() const { return fColorXformFromSRGB.get(); }
|
| GrSurfaceOrigin origin() const { return fRenderTarget->origin(); }
|
|
|
| bool wasAbandoned() const;
|
| @@ -425,6 +426,7 @@ private:
|
| GrInstancedPipelineInfo fInstancedPipelineInfo;
|
|
|
| sk_sp<SkColorSpace> fColorSpace;
|
| + sk_sp<GrColorSpaceXform> fColorXformFromSRGB;
|
| SkSurfaceProps fSurfaceProps;
|
| GrAuditTrail* fAuditTrail;
|
|
|
|
|