Remove SkCanvas::filterBitmap declaration.

It doesn't look like this even has an implementation anymore.

Test: This just removes dead code.
Change-Id: I126ad7f653e80973e0d79966a5885f486e2aa9f2
This commit is contained in:
Ben Wagner
2019-04-26 10:38:49 -04:00
parent 5bad6247c3
commit 5a31997b0e

View File

@@ -221,16 +221,6 @@ private:
void drawPoints(const float* points, int count, const SkPaint& paint, SkCanvas::PointMode mode);
/** Filters the paint for bitmap drawing.
*
* After filtering the paint for bitmap drawing,
* also calls filterPaint on the paint.
*
* @param paint the paint to filter. Will be initialized with the default
* SkPaint before filtering if filtering is required.
*/
PaintCoW&& filterBitmap(PaintCoW&& paint, sk_sp<SkColorFilter> colorSpaceFilter) const;
class Clip;
std::unique_ptr<SkCanvas> mCanvasOwned; // might own a canvas we allocated