blob: b8ed88c63716744170f4efba68c5498d167a2a6c [file] [log] [blame]
#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