Chromium Code Reviews| Index: src/record/SkRecorder.cpp |
| diff --git a/src/record/SkRecorder.cpp b/src/record/SkRecorder.cpp |
| index fabb4be861742544aed5abcbffcd6b8a4eb193f9..cba5f74f8fa185dc01ee104f3cb0a6e14423bd61 100644 |
| --- a/src/record/SkRecorder.cpp |
| +++ b/src/record/SkRecorder.cpp |
| @@ -196,7 +196,7 @@ void SkRecorder::willRestore() { |
| } |
| void SkRecorder::onPushCull(const SkRect& rect) { |
| - APPEND(PushCull, rect); |
| + APPEND(PushCull, rect, SkRecords::kUnsetPopOffset); |
| } |
| void SkRecorder::onPopCull() { |