aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-26 21:01:05 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-26 21:01:05 +0000
commit69ffcf0d34878be7a1d2493785bf4df363199b10 (patch)
treeb532f51ccf0f79d3ddd2ac0de59737cf84473619 /src
parent409566a17d7aa898f1753e5d1734324a1330d7c3 (diff)
Fixed alignment issue in Linux build
git-svn-id: http://skia.googlecode.com/svn/trunk@4355 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-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;