remove uneeded SK_API declaration.

R=robertphillips@google.com

Review URL: https://codereview.chromium.org/22432005

git-svn-id: http://skia.googlecode.com/svn/trunk@10655 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
djsollen@google.com 2013-08-09 13:49:13 +00:00
parent a1007def7e
commit 9c1a967967

View File

@ -226,7 +226,7 @@ void SkPath::copyFields(const SkPath& that) {
fIsOval = that.fIsOval;
}
SK_API bool operator==(const SkPath& a, const SkPath& b) {
bool operator==(const SkPath& a, const SkPath& b) {
// note: don't need to look at isConvex or bounds, since just comparing the
// raw data is sufficient.