| Index: include/core/SkClipStack.h
|
| diff --git a/include/core/SkClipStack.h b/include/core/SkClipStack.h
|
| index 0896db4284c9b28c979ff3654a66f6f40f1e8962..a23ef4a5a57b9de43e37c61fe53ec912b1ce23d5 100644
|
| --- a/include/core/SkClipStack.h
|
| +++ b/include/core/SkClipStack.h
|
| @@ -229,17 +229,7 @@ public:
|
|
|
| void initPath(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA);
|
|
|
| - void setEmpty() {
|
| - fType = kEmpty_Type;
|
| - fFiniteBound.setEmpty();
|
| - fFiniteBoundType = kNormal_BoundsType;
|
| - fIsIntersectionOfRects = false;
|
| - fRect.setEmpty();
|
| - fRRect.setEmpty();
|
| - fPath.reset();
|
| - fGenID = kEmptyGenID;
|
| - SkDEBUGCODE(this->checkEmpty();)
|
| - }
|
| + void setEmpty();
|
|
|
| // All Element methods below are only used within SkClipStack.cpp
|
| inline void checkEmpty() const;
|
|
|