Make SkRegion::operator== a member function, rather than a privately-declared
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 25 Jan 2012 21:53:53 +0000 (21:53 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 25 Jan 2012 21:53:53 +0000 (21:53 +0000)
commit6d428d3e6e4238786a38caca6002dae92637958d
treeaddb027981e858f56d36e5a5dc250c55869dbd9e
parent27accef223a27fba437f5e825d99edbae20a045b
Make 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.

http://codereview.appspot.com/5577047/

git-svn-id: http://skia.googlecode.com/svn/trunk@3088 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkRegion.h
src/core/SkRegion.cpp