| 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
|
|
|