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

Unified Diff: include/core/SkPaint.h

Issue 1552443003: remove deprecated annotation helper (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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: include/core/SkPaint.h
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 02a022e346dc7d7282e48f94d731f5750a048d1c..51e8848a00b6f3ad07d6ed72a513941377cb5247 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -632,13 +632,6 @@ public:
SkAnnotation* setAnnotation(SkAnnotation*);
/**
- * Returns true if there is an annotation installed on this paint, and
- * the annotation specifics no-drawing.
- */
- SK_ATTR_DEPRECATED("use getAnnotation and check for non-null")
- bool isNoDrawAnnotation() const { return this->getAnnotation() != NULL; }
-
- /**
* Return the paint's SkDrawLooper (if any). Does not affect the looper's
* reference count.
*/
« 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