| Index: src/core/SkBBoxHierarchyRecord.h
|
| ===================================================================
|
| --- src/core/SkBBoxHierarchyRecord.h (revision 9110)
|
| +++ src/core/SkBBoxHierarchyRecord.h (working copy)
|
| @@ -22,7 +22,11 @@
|
| SkBBoxHierarchyRecord(uint32_t recordFlags, SkBBoxHierarchy* h,
|
| SkDevice*);
|
|
|
| - virtual void handleBBox(const SkRect& bounds) SK_OVERRIDE;
|
| +#if SK_RECORD_BOUNDS_IN_PICTURE
|
| + virtual void handleBBox(uint32_t offset) SK_OVERRIDE;
|
| +#else
|
| + virtual void handleBBox(const SkRect& bbox) SK_OVERRIDE;
|
| +#endif
|
|
|
| virtual int save(SaveFlags flags = kMatrixClip_SaveFlag) SK_OVERRIDE;
|
| virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
|
|
|