| Index: src/record/SkRecording.cpp
|
| diff --git a/src/record/SkRecording.cpp b/src/record/SkRecording.cpp
|
| index 57743622fb1059620dba0750758a4abe2f55edee..ad57aa25a53e534c011e668408bf5a69c5c64635 100644
|
| --- a/src/record/SkRecording.cpp
|
| +++ b/src/record/SkRecording.cpp
|
| @@ -25,7 +25,7 @@ void SkPlayback::draw(SkCanvas* canvas) const {
|
|
|
| SkRecording::SkRecording(int width, int height)
|
| : fRecord(SkNEW(SkRecord))
|
| - , fRecorder(SkNEW_ARGS(SkRecorder, (SkRecorder::kReadWrite_Mode, fRecord.get(), width, height)))
|
| + , fRecorder(SkNEW_ARGS(SkRecorder, (fRecord.get(), width, height)))
|
| {}
|
|
|
| SkPlayback* SkRecording::releasePlayback() {
|
|
|