aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrDrawState.h')
-rw-r--r--src/gpu/GrDrawState.h4
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;