diff options
author | Ben Wagner <bungeman@google.com> | 2016-10-17 15:20:02 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-10-17 21:10:38 +0000 |
commit | c03e1c55a79f00d02ab528945425ff50cb700402 (patch) | |
tree | 4b9ab4bb4baa827bc6f28725cd5e19a97cd42d09 /src/utils | |
parent | 6bff1573c1a1c27fa09b2ddb13ffd46f94e57750 (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 'src/utils')
-rw-r--r-- | src/utils/SkPaintFilterCanvas.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/SkPaintFilterCanvas.cpp b/src/utils/SkPaintFilterCanvas.cpp index 15d76d6127..910647ddbf 100644 --- a/src/utils/SkPaintFilterCanvas.cpp +++ b/src/utils/SkPaintFilterCanvas.cpp @@ -29,8 +29,6 @@ private: bool fShouldDraw; }; -SkPaintFilterCanvas::SkPaintFilterCanvas(int width, int height) : INHERITED(width, height) { } - SkPaintFilterCanvas::SkPaintFilterCanvas(SkCanvas *canvas) : INHERITED(canvas->imageInfo().width(), canvas->imageInfo().height()) { |