aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/device
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2014-12-08 08:00:29 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-08 08:00:29 -0800
commit08c357c9142c68e1ec9493eb3d5aeacb41ccd7b5 (patch)
tree5375d5edeba1055e375e6b0f822dfbfdf62d3e00 /src/device
parent7d74cd1312ebf47ef49c277b3f88d76e6666724d (diff)
remove device::clear -- no longer called
Diffstat (limited to 'src/device')
-rw-r--r--src/device/xps/SkXPSDevice.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/device/xps/SkXPSDevice.cpp b/src/device/xps/SkXPSDevice.cpp
index 94d9c9823a..5f24c12c88 100644
--- a/src/device/xps/SkXPSDevice.cpp
+++ b/src/device/xps/SkXPSDevice.cpp
@@ -1159,11 +1159,6 @@ HRESULT SkXPSDevice::createXpsQuad(const SkPoint (&points)[4],
return S_OK;
}
-void SkXPSDevice::clear(SkColor color) {
- //TODO: override this for XPS
- SkDEBUGF(("XPS clear not yet implemented."));
-}
-
void SkXPSDevice::drawPoints(const SkDraw& d, SkCanvas::PointMode mode,
size_t count, const SkPoint points[],
const SkPaint& paint) {