Chromium Code Reviews| Index: src/core/SkRegionPriv.h |
| diff --git a/src/core/SkRegionPriv.h b/src/core/SkRegionPriv.h |
| index 00feedeab80587fe00ae6c208020bf62937c2b11..9ddefc06ccecd6e84545afdb602422c44e759f69 100644 |
| --- a/src/core/SkRegionPriv.h |
| +++ b/src/core/SkRegionPriv.h |
| @@ -11,7 +11,7 @@ |
| #define SkRegionPriv_DEFINED |
| #include "SkRegion.h" |
| -#include "SkThread.h" |
| +#include "SkAtomics.h" |
| #define assert_sentinel(value, isSentinel) \ |
| SkASSERT(((value) == SkRegion::kRunTypeSentinel) == isSentinel) |