| Index: include/core/SkPixelRef.h
|
| diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
|
| index 2a5e7ecbdcb59b521659adfe2dc8f5a9fa274336..9b98ebdf1035db82d1ab9fadf1da36f8fce6cff0 100644
|
| --- a/include/core/SkPixelRef.h
|
| +++ b/include/core/SkPixelRef.h
|
| @@ -353,8 +353,8 @@ private:
|
| LockRec fRec;
|
| int fLockCount;
|
|
|
| - mutable SkTRacy<uint32_t> fGenerationID;
|
| - mutable SkTRacy<bool> fUniqueGenerationID;
|
| + mutable uint32_t fGenerationID;
|
| + mutable bool fUniqueGenerationID;
|
| #ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
|
| const uint32_t fStableID;
|
| #endif
|
|
|