Index: src/gpu/GrRecordReplaceDraw.cpp |
diff --git a/src/gpu/GrRecordReplaceDraw.cpp b/src/gpu/GrRecordReplaceDraw.cpp |
index 49ddf9a76c627e741d214286c020b0695e81a61b..dd686d33b98e8d38305c639ec6d86b307ab73e56 100644 |
--- a/src/gpu/GrRecordReplaceDraw.cpp |
+++ b/src/gpu/GrRecordReplaceDraw.cpp |
@@ -60,7 +60,7 @@ public: |
const GrReplacements* replacements, |
const SkMatrix& initialMatrix, |
SkDrawPictureCallback* callback) |
- : INHERITED(canvas, drawablePicts, drawableCount) |
+ : INHERITED(canvas, drawablePicts, NULL, drawableCount) |
, fCanvas(canvas) |
, fPicture(picture) |
, fReplacements(replacements) |