diff options
author | reed <reed@google.com> | 2016-07-15 14:23:29 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-15 14:23:30 -0700 |
commit | 7503d60847c4ad22df87458aecd917772b23d293 (patch) | |
tree | ad76488e32d0a032821f8d05aa05607b75b80060 /include/core | |
parent | 80d46ccb2868b986c88c487c20d6b64b6762d024 (diff) |
move responsibility for creating raster-device into pdf
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2146333004
NOTRY=True
win failure seems unrelated
Review-Url: https://codereview.chromium.org/2146333004
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkCanvas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h index 35a8d1c7b9..e3b4ffb244 100644 --- a/include/core/SkCanvas.h +++ b/include/core/SkCanvas.h @@ -1513,7 +1513,7 @@ private: SrcRectConstraint); void internalDrawPaint(const SkPaint& paint); void internalSaveLayer(const SaveLayerRec&, SaveLayerStrategy); - void internalDrawDevice(SkBaseDevice*, int x, int y, const SkPaint*, bool isBitmapDevice); + void internalDrawDevice(SkBaseDevice*, int x, int y, const SkPaint*); // shared by save() and saveLayer() void internalSave(); |