aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils
diff options
context:
space:
mode:
authorGravatar Herb Derby <herb@google.com>2018-05-01 17:06:20 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-02 14:46:17 +0000
commitefe39bcfb82ddf8404b1df6f58809ff53dff4b99 (patch)
tree95e76d1546488015f20adbfaf7e71b6c063924f7 /include/utils
parent83e6a67b694cdaa24b22e65b82d05bacd4b669fa (diff)
Take sk_sp<SkDevice> instead of SkDevice*
Change-Id: I0b296bf5b80adc19758a3dc99160be9d2ed05680 Reviewed-on: https://skia-review.googlesource.com/125160 Commit-Queue: Herb Derby <herb@google.com> Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Mike Reed <reed@google.com> Auto-Submit: Herb Derby <herb@google.com>
Diffstat (limited to 'include/utils')
-rw-r--r--include/utils/SkNoDrawCanvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/SkNoDrawCanvas.h b/include/utils/SkNoDrawCanvas.h
index 4c67226946..518d090786 100644
--- a/include/utils/SkNoDrawCanvas.h
+++ b/include/utils/SkNoDrawCanvas.h
@@ -29,7 +29,7 @@ public:
// TODO: investigate the users of this ctor.
SkNoDrawCanvas(const SkIRect&);
- explicit SkNoDrawCanvas(SkBaseDevice* device);
+ explicit SkNoDrawCanvas(sk_sp<SkBaseDevice> device);
// Optimization to reset state to be the same as after construction.
void resetCanvas(int width, int height) {