| Index: experimental/PdfViewer/SkNulCanvas.h
|
| diff --git a/experimental/PdfViewer/SkNulCanvas.h b/experimental/PdfViewer/SkNulCanvas.h
|
| index a976ea49da8d192e079dac0e756730613aee7297..816b0891467be5851eeeb679ce7c3f288797bb68 100644
|
| --- a/experimental/PdfViewer/SkNulCanvas.h
|
| +++ b/experimental/PdfViewer/SkNulCanvas.h
|
| @@ -103,7 +103,7 @@ protected:
|
| virtual void onClipPath(const SkPath&, SkRegion::Op, ClipEdgeStyle) SK_OVERRIDE {}
|
| virtual void onClipRegion(const SkRegion&, SkRegion::Op) SK_OVERRIDE {}
|
|
|
| - virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE {}
|
| + virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) SK_OVERRIDE {}
|
|
|
| private:
|
| typedef SkCanvas INHERITED;
|
|
|