Index: include/core/SkDraw.h |
diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h |
index e3cb1aca9ce3a407382e7d928267b12706232899..96a4fc7ad730e3782bd2d9b8d74bed665ebfd353 100644 |
--- a/include/core/SkDraw.h |
+++ b/include/core/SkDraw.h |
@@ -145,11 +145,10 @@ private: |
public: |
SkPixmap fDst; |
const SkMatrix* fMatrix; // required |
- const SkRegion* fClip; // DEPRECATED |
const SkRasterClip* fRC; // required |
- const SkClipStack* fClipStack; // optional |
- SkBaseDevice* fDevice; // optional |
+ const SkClipStack* fClipStack; // optional, may be null |
+ SkBaseDevice* fDevice; // optional, may be null |
#ifdef SK_DEBUG |
void validate() const; |