| Index: src/record/SkRecordCulling.h
|
| diff --git a/src/record/SkRecordCulling.h b/src/record/SkRecordCulling.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b8ed88c63716744170f4efba68c5498d167a2a6c
|
| --- /dev/null
|
| +++ b/src/record/SkRecordCulling.h
|
| @@ -0,0 +1,9 @@
|
| +#ifndef SkRecordCulling_DEFINED
|
| +#define SkRecordCulling_DEFINED
|
| +
|
| +#include "SkRecord.h"
|
| +
|
| +// Annotates PushCull records in record with the relative offset of their paired PopCull.
|
| +void SkRecordAnnotateCullingPairs(SkRecord* record);
|
| +
|
| +#endif//SkRecordCulling_DEFINED
|
|
|