aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPathRef.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPathRef.h')
-rw-r--r--include/core/SkPathRef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h
index 0002b594b4..344e705fc3 100644
--- a/include/core/SkPathRef.h
+++ b/include/core/SkPathRef.h
@@ -335,8 +335,8 @@ private:
fIsOval = false;
fIsRRect = false;
// The next two values don't matter unless fIsOval or fIsRRect are true.
- SkDEBUGCODE(fRRectOrOvalIsCCW = false);
- SkDEBUGCODE(fRRectOrOvalStartIdx = 0xAC);
+ fRRectOrOvalIsCCW = false;
+ fRRectOrOvalStartIdx = 0xAC;
SkDEBUGCODE(fEditorsAttached = 0;)
SkDEBUGCODE(this->validate();)
}