Index: src/gpu/GrOptDrawState.h |
diff --git a/src/gpu/GrOptDrawState.h b/src/gpu/GrOptDrawState.h |
index 0bb3d07f89351603a7c7f4a4d750ada3fe096379..b727cb5442de04e9a7a86bdc829754f574836052 100644 |
--- a/src/gpu/GrOptDrawState.h |
+++ b/src/gpu/GrOptDrawState.h |
@@ -196,6 +196,7 @@ public: |
/////////////////////////////////////////////////////////////////////////// |
+ const GrDeviceCoordTexture* getDstCopy() const { return fDstCopy.texture() ? &fDstCopy : NULL; } |
const GrProgramDesc& programDesc() const { return fDesc; } |
@@ -275,6 +276,7 @@ private: |
GrStencilSettings fStencilSettings; |
uint8_t fCoverage; |
GrDrawState::DrawFace fDrawFace; |
+ GrDeviceCoordTexture fDstCopy; |
GrBlendCoeff fSrcBlend; |
GrBlendCoeff fDstBlend; |
uint32_t fFlags; |