commit | 92669014aa7ab821cdc09cc9ad610316eb16b490 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Sep 27 19:10:05 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Sep 27 19:10:05 2011 +0000 |
tree | a33fcb3135749e84812d9e4b5e0549e0fdca53f5 | |
parent | c12e1b138e736f70d698f14a3ffc74af6f3d8621 [diff] [blame] |
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/GrDrawTarget.cpp b/gpu/src/GrDrawTarget.cpp index 59661d8..51e6fdd 100644 --- a/gpu/src/GrDrawTarget.cpp +++ b/gpu/src/GrDrawTarget.cpp
@@ -329,8 +329,7 @@ #define DEBUG_INVAL_BUFFER 0xdeadcafe #define DEBUG_INVAL_START_IDX -1 -GrDrawTarget::GrDrawTarget() -: fGeoSrcStateStack(&fGeoSrcStateStackStorage) { +GrDrawTarget::GrDrawTarget() { #if GR_DEBUG VertexLayoutUnitTest(); #endif