| Index: src/pathops/SkPathOpsTSect.h
|
| diff --git a/src/pathops/SkPathOpsTSect.h b/src/pathops/SkPathOpsTSect.h
|
| index 074fe376549b1fd60bc4e4669c52d3ba3d23ab2f..01ab8c65904b9098c613bce41afbcca9fc90766a 100644
|
| --- a/src/pathops/SkPathOpsTSect.h
|
| +++ b/src/pathops/SkPathOpsTSect.h
|
| @@ -4,6 +4,8 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| +#ifndef SkPathOpsTSect_DEFINED
|
| +#define SkPathOpsTSect_DEFINED
|
|
|
| #include "SkChunkAlloc.h"
|
| #include "SkPathOpsBounds.h"
|
| @@ -2241,3 +2243,5 @@ void SkTSect<TCurve, OppCurve>::BinarySearch(SkTSect<TCurve, OppCurve>* sect1,
|
| }
|
| SkASSERT(intersections->used() <= TCurve::kMaxIntersections);
|
| }
|
| +
|
| +#endif
|
|
|