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

Unified Diff: include/core/SkDraw.h

Issue 973973003: Text blob run paints should be filtered. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 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/SkCanvas.cpp » ('j') | src/core/SkCanvas.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkDraw.h
diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h
index 7b5514d13b0f8b98ccd9c45127e3b9bd49abd226..cfda63c255d9903e6f547ab95b39ce1ea04ebd1e 100644
--- a/include/core/SkDraw.h
+++ b/include/core/SkDraw.h
@@ -18,6 +18,7 @@ class SkBitmap;
class SkClipStack;
class SkBaseDevice;
class SkBlitter;
+class SkDrawFilter;
class SkMatrix;
class SkPath;
class SkRegion;
@@ -148,6 +149,7 @@ public:
const SkClipStack* fClipStack; // optional
SkBaseDevice* fDevice; // optional
SkDrawProcs* fProcs; // optional
+ SkDrawFilter* fDrawFilter; // optional
f(malita) 2015/03/03 21:23:45 I guess this could also be passed explicitly to Sk
#ifdef SK_DEBUG
void validate() const;
« no previous file with comments | « no previous file | src/core/SkCanvas.cpp » ('j') | src/core/SkCanvas.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698