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

Unified Diff: include/core/SkPaint.h

Issue 21949007: Remove operator== from SkPaint (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Static function 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 | src/core/SkPaint.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPaint.h
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index fa0c61e4ea5f1813aee8902bccaa3ce937e07c63..ac46760abdd363c8a86857f418c1fd91470ddf57 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -67,11 +67,6 @@ public:
SkPaint& operator=(const SkPaint&);
- SK_API friend bool operator==(const SkPaint& a, const SkPaint& b);
- friend bool operator!=(const SkPaint& a, const SkPaint& b) {
- return !(a == b);
- }
-
void flatten(SkFlattenableWriteBuffer&) const;
void unflatten(SkFlattenableReadBuffer&);
« no previous file with comments | « no previous file | src/core/SkPaint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698