Chromium Code Reviews| Index: src/core/SkPicture.cpp |
| diff --git a/src/core/SkPicture.cpp b/src/core/SkPicture.cpp |
| index 408901bebe814608a7380a969515245d0f8df54c..5b9921024ef5525d60897b5d203ddf72fb5e6bd4 100644 |
| --- a/src/core/SkPicture.cpp |
| +++ b/src/core/SkPicture.cpp |
| @@ -640,7 +640,8 @@ uint32_t SkPicture::uniqueID() const { |
| } |
| static SkRecord* optimized(SkRecord* r) { |
| - SkRecordOptimize(r); |
| + // TODO(mtklein): try this after SkRecord has stuck |
| + //SkRecordOptimize(r); |
| return r; |
| } |