aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkPaintFilterCanvas.h
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2016-10-17 15:20:02 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-10-17 21:10:38 +0000
commitc03e1c55a79f00d02ab528945425ff50cb700402 (patch)
tree4b9ab4bb4baa827bc6f28725cd5e19a97cd42d09 /include/utils/SkPaintFilterCanvas.h
parent6bff1573c1a1c27fa09b2ddb13ffd46f94e57750 (diff)
Re-enable overdraw mode in debugger.
Debugger is the last user of the deprecated SkPaintFilterCanvas constructor. Stop using it and remove the constructor. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3268 Change-Id: I3e9180d48abdf86cb2c05bd8d95acabcdaa70427 Reviewed-on: https://skia-review.googlesource.com/3268 Commit-Queue: Ben Wagner <bungeman@google.com> Reviewed-by: Mike Reed <reed@google.com>
Diffstat (limited to 'include/utils/SkPaintFilterCanvas.h')
-rw-r--r--include/utils/SkPaintFilterCanvas.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/utils/SkPaintFilterCanvas.h b/include/utils/SkPaintFilterCanvas.h
index 63eaaa2fbc..d0a79fdd49 100644
--- a/include/utils/SkPaintFilterCanvas.h
+++ b/include/utils/SkPaintFilterCanvas.h
@@ -18,11 +18,6 @@
class SK_API SkPaintFilterCanvas : public SkNWayCanvas {
public:
/**
- * DEPRECATED: use the variant below.
- */
- SkPaintFilterCanvas(int width, int height);
-
- /**
* The new SkPaintFilterCanvas is configured for forwarding to the
* specified canvas. Also copies the target canvas matrix and clip bounds.
*/