Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic

Review URL: http://codereview.appspot.com/5127044/



git-svn-id: http://skia.googlecode.com/svn/trunk@2342 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrInOrderDrawBuffer.cpp b/gpu/src/GrInOrderDrawBuffer.cpp
index 9519655..3d78da3 100644
--- a/gpu/src/GrInOrderDrawBuffer.cpp
+++ b/gpu/src/GrInOrderDrawBuffer.cpp
@@ -30,8 +30,7 @@
     , fCurrQuad(0)
 
     , fVertexPool(*vertexPool)
-    , fIndexPool(*indexPool)
-    , fGeoPoolStateStack(&fGeoStackStorage) {
+    , fIndexPool(*indexPool) {
 
     fCaps = gpu->getCaps();