DescriptionMake SkRegion::operator== a member function, rather than a privately-declared
friend. Without this, calling code has access to operator==, but can fail to
link because the implementation is assumed to have static linkage.
Patch Set 1 #
MessagesTotal messages: 3
|