| Index: src/record/SkRecordOpts.cpp
 | 
| diff --git a/src/record/SkRecordCulling.cpp b/src/record/SkRecordOpts.cpp
 | 
| similarity index 91%
 | 
| rename from src/record/SkRecordCulling.cpp
 | 
| rename to src/record/SkRecordOpts.cpp
 | 
| index f147ee668353497dac00811bdf5d70a870a3c2e7..8963c07bca9ab567a4bacd301f7a5898c4f44919 100644
 | 
| --- a/src/record/SkRecordCulling.cpp
 | 
| +++ b/src/record/SkRecordOpts.cpp
 | 
| @@ -5,11 +5,15 @@
 | 
|   * found in the LICENSE file.
 | 
|   */
 | 
|  
 | 
| -#include "SkRecordCulling.h"
 | 
| +#include "SkRecordOpts.h"
 | 
|  
 | 
|  #include "SkRecords.h"
 | 
|  #include "SkTDArray.h"
 | 
|  
 | 
| +void SkRecordOptimize(SkRecord* record) {
 | 
| +    SkRecordAnnotateCullingPairs(record);
 | 
| +}
 | 
| +
 | 
|  namespace {
 | 
|  
 | 
|  struct Annotator {
 | 
| 
 |