aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-08-09 11:08:05 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-09 11:08:05 -0700
commitd5fa1a455aad61f3e99081fe7a9b065cb3b115c6 (patch)
tree95a968d12fce2d8265c2562d22870253bfd3db37 /experimental
parenta3efd90546e0de620a8b17e7bf9bd4ea53764529 (diff)
add drawPicture variant that takes a matrix and paint
will need some staging strategy, since chrome and blink have overrides of onDrawPicture R=robertphillips@google.com, fmalita@google.com, bsalomon@google.com, mtklein@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/448793004
Diffstat (limited to 'experimental')
-rw-r--r--experimental/PdfViewer/SkNulCanvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/PdfViewer/SkNulCanvas.h b/experimental/PdfViewer/SkNulCanvas.h
index a976ea49da..816b089146 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;