diff options
Diffstat (limited to 'src/core/SkPathHeap.h')
-rw-r--r-- | src/core/SkPathHeap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkPathHeap.h b/src/core/SkPathHeap.h index 7fdcdd93e0..377d8d968b 100644 --- a/src/core/SkPathHeap.h +++ b/src/core/SkPathHeap.h @@ -63,7 +63,7 @@ private: private: uint32_t fGenerationID; // the SkPath's generation ID // the path's index in the heap + 1. It is 0 if the path is not yet in the heap. - int fStorageSlot; + int fStorageSlot; }; SkTDArray<LookupEntry> fLookupTable; |