one more tsan fix
BUG=skia:2460 R=mtklein@google.com TBR=mtklein Author: caryclark@google.com Review URL: https://codereview.chromium.org/255893002 git-svn-id: http://skia.googlecode.com/svn/trunk@14382 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
830628e7ce
commit
fe41b8ffff
@ -13,10 +13,6 @@ void SkOpEdgeBuilder::init() {
|
||||
fOperand = false;
|
||||
fXorMask[0] = fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask
|
||||
: kWinding_PathOpsMask;
|
||||
#if defined(SK_DEBUG) || !FORCE_RELEASE
|
||||
SkPathOpsDebug::gContourID = 0;
|
||||
SkPathOpsDebug::gSegmentID = 0;
|
||||
#endif
|
||||
fUnparseable = false;
|
||||
fSecondHalf = preFetch();
|
||||
}
|
||||
|
@ -13,8 +13,8 @@
|
||||
const char* SkPathOpsDebug::kLVerbStr[] = {"", "line", "quad", "cubic"};
|
||||
|
||||
#if defined(SK_DEBUG) || !FORCE_RELEASE
|
||||
int SkPathOpsDebug::gContourID;
|
||||
int SkPathOpsDebug::gSegmentID;
|
||||
int SkPathOpsDebug::gContourID = 0;
|
||||
int SkPathOpsDebug::gSegmentID = 0;
|
||||
#endif
|
||||
|
||||
#if DEBUG_SORT || DEBUG_SWAP_TOP
|
||||
|
Loading…
Reference in New Issue
Block a user