| Index: src/core/SkRecordOpts.cpp
|
| diff --git a/src/core/SkRecordOpts.cpp b/src/core/SkRecordOpts.cpp
|
| index 146e161570d3b48ad2058999f5f08a9557fab569..428d1ca428bdf03c26d18615c4e69361fc5a6c30 100644
|
| --- a/src/core/SkRecordOpts.cpp
|
| +++ b/src/core/SkRecordOpts.cpp
|
| @@ -14,12 +14,10 @@
|
| using namespace SkRecords;
|
|
|
| void SkRecordOptimize(SkRecord* record) {
|
| - // TODO(mtklein): fuse independent optimizations to reduce number of passes?
|
| - SkRecordNoopSaveRestores(record);
|
| - // TODO(mtklein): figure out why we draw differently and reenable
|
| + // TODO(mtklein): rebaseline and re-enable
|
| //SkRecordNoopSaveLayerDrawRestores(record);
|
| -
|
| - SkRecordReduceDrawPosTextStrength(record); // Helpful to run this before BoundDrawPosTextH.
|
| + SkRecordNoopSaveRestores(record);
|
| + SkRecordReduceDrawPosTextStrength(record);
|
| }
|
|
|
| // Most of the optimizations in this file are pattern-based. These are all defined as structs with:
|
|
|