| Index: debugger/SkDebugger.cpp
|
| ===================================================================
|
| --- debugger/SkDebugger.cpp (revision 14237)
|
| +++ debugger/SkDebugger.cpp (working copy)
|
| @@ -42,7 +42,7 @@
|
| // We can't just call clone here since we want to removed the "deleted"
|
| // commands. Playing back will strip those out.
|
| SkPictureRecorder recorder;
|
| - SkCanvas* canvas = recorder.beginRecording(fPictureWidth, fPictureHeight);
|
| + SkCanvas* canvas = recorder.beginRecording(fPictureWidth, fPictureHeight, NULL, 0);
|
|
|
| bool vizMode = fDebugCanvas->getMegaVizMode();
|
| fDebugCanvas->setMegaVizMode(false);
|
|
|