skia2/vs
twiz@google.com 316338a4eb Correction of the non-portable use of dynamically allocated stack arrays in the
pdf shader code.

I briefly looked into making use of alloca, but that is also non-portable, and
deprecated in many environments.  Fell back to the SkTDArray class as a common
denominator.

This problem was introduce by the following CL:
http://codereview.appspot.com/4239061/



git-svn-id: http://skia.googlecode.com/svn/trunk@912 2bbb7eff-a529-9590-31e7-b0007b416f81
2011-03-09 23:14:04 +00:00
..
core Remove SkRefCnt.cpp from windows build. 2011-02-25 22:21:15 +00:00
SampleApp Correction of the non-portable use of dynamically allocated stack arrays in the 2011-03-09 23:14:04 +00:00