DescriptionHave SkTArray state that it default-initializes.
The current comments in SkTArray lead one to believe that it is default
constructing all types. However, it is not calling the default
constructor for primitive types, it is actually default-initializing.
R=bsalomon@google.com
Committed: https://code.google.com/p/skia/source/detail?r=13909
Patch Set 1 #Patch Set 2 : #
Total comments: 1
Messages
Total messages: 6 (0 generated)
|