Descriptionremove one un-needed static initializer
This patch removes the use of a static C++ object in the
implementation of SkMatrix44::isIdentity(). Instead, we rely
on direct comparison with a statically allocated array of
SkMScalar values, which is completely equivalent.
Committed: http://code.google.com/p/skia/source/detail?r=2991
Patch Set 1 #Patch Set 2 : consistent matrix scalar constants #MessagesTotal messages: 7
|