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

Unified Diff: include/core/SkDraw.h

Issue 1925693002: remove 'deprecated' region from SkDraw (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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
Index: include/core/SkDraw.h
diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h
index e3cb1aca9ce3a407382e7d928267b12706232899..f391bd63e60537916bb6def50577db580c4fcb0c 100644
--- a/include/core/SkDraw.h
+++ b/include/core/SkDraw.h
@@ -145,7 +145,7 @@ private:
public:
SkPixmap fDst;
const SkMatrix* fMatrix; // required
- const SkRegion* fClip; // DEPRECATED
+// const SkRegion* fClip; // DEPRECATED
const SkRasterClip* fRC; // required
const SkClipStack* fClipStack; // optional
hal.canary 2016/04/27 14:14:37 better documentation? what does optional mean? i
reed1 2016/04/27 14:25:20 Done.
« no previous file with comments | « include/core/SkCanvas.h ('k') | src/core/SkCanvas.cpp » ('j') | src/core/SkRasterClip.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698