| OLD | NEW | 
|---|
| 1 | 1 | 
| 2 /* | 2 /* | 
| 3  * Copyright 2007 The Android Open Source Project | 3  * Copyright 2007 The Android Open Source Project | 
| 4  * | 4  * | 
| 5  * Use of this source code is governed by a BSD-style license that can be | 5  * Use of this source code is governed by a BSD-style license that can be | 
| 6  * found in the LICENSE file. | 6  * found in the LICENSE file. | 
| 7  */ | 7  */ | 
| 8 | 8 | 
| 9 | 9 | 
| 10 #ifndef SkPicture_DEFINED | 10 #ifndef SkPicture_DEFINED | 
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 285         int         fNumAAHairlineConcavePaths; | 285         int         fNumAAHairlineConcavePaths; | 
| 286         int         fNumAADFEligibleConcavePaths; | 286         int         fNumAADFEligibleConcavePaths; | 
| 287     } fAnalysis; | 287     } fAnalysis; | 
| 288     mutable uint32_t fUniqueID; | 288     mutable uint32_t fUniqueID; | 
| 289 | 289 | 
| 290     struct PathCounter; | 290     struct PathCounter; | 
| 291 | 291 | 
| 292     friend class SkPictureRecorder;            // SkRecord-based constructor. | 292     friend class SkPictureRecorder;            // SkRecord-based constructor. | 
| 293     friend class GrLayerHoister;               // access to fRecord | 293     friend class GrLayerHoister;               // access to fRecord | 
| 294     friend class ReplaceDraw; | 294     friend class ReplaceDraw; | 
|  | 295     friend class SkPictureUtils; | 
| 295 | 296 | 
| 296     typedef SkRefCnt INHERITED; | 297     typedef SkRefCnt INHERITED; | 
| 297 }; | 298 }; | 
| 298 | 299 | 
| 299 #endif | 300 #endif | 
| OLD | NEW | 
|---|