Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: src/core/SkPath.cpp

Issue 22432005: remove uneeded SK_API declaration. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkPath.cpp
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp
index f5b8bd5e79a907049b3e22065579645f36582e79..97204bba01334d8b01331ba14c6be738447f355a 100644
--- a/src/core/SkPath.cpp
+++ b/src/core/SkPath.cpp
@@ -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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698