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

Unified Diff: include/core/SkClipStack.h

Issue 168893002: fix calling undef inline func build error (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Hanlde rrect in SkCanvas::validateClip() Created 6 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | src/core/SkCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698