Fixed alignment issue in Linux build



git-svn-id: http://skia.googlecode.com/svn/trunk@4355 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
index e4a748f..81960fe 100644
--- a/src/gpu/GrDrawState.h
+++ b/src/gpu/GrDrawState.h
@@ -855,13 +855,13 @@
     };
     // @}
 
-    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;