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

Unified Diff: include/core/SkDrawFilter.h

Issue 1574303003: SkPaintFilterCanvas cleanup (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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 | include/utils/SkPaintFilterCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkDrawFilter.h
diff --git a/include/core/SkDrawFilter.h b/include/core/SkDrawFilter.h
index 865df5f1e180f1dee4814283a9b11d195f9898e4..2812017b71120f32918d13bdd8f4bdfa2df1576c 100644
--- a/include/core/SkDrawFilter.h
+++ b/include/core/SkDrawFilter.h
@@ -16,6 +16,8 @@ class SkCanvas;
class SkPaint;
/**
+ * DEPRECATED - use SkPaintFilterCanvas instead.
+ *
* Right before something is being draw, filter() is called with the
* paint. The filter may modify the paint as it wishes, which will then be
* used for the actual drawing. Note: this modification only lasts for the
« no previous file with comments | « no previous file | include/utils/SkPaintFilterCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698