diff options
Diffstat (limited to 'src/gpu/GrDrawState.h')
-rw-r--r-- | src/gpu/GrDrawState.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h index e4a748fe85..81960feb22 100644 --- a/src/gpu/GrDrawState.h +++ b/src/gpu/GrDrawState.h @@ -855,13 +855,13 @@ private: }; // @} - int fFirstCoverageStage; - // @{ Initialized to values other than zero, but memcmp'ed in operator== // and memcpy'ed in operator=. GrTexture* fTextures[kNumStages]; GrRenderTarget* fRenderTarget; + int fFirstCoverageStage; + GrColor fColor; GrColor fCoverage; SkXfermode::Mode fColorFilterMode; |