Index: src/device/xps/SkXPSDevice.cpp |
diff --git a/src/device/xps/SkXPSDevice.cpp b/src/device/xps/SkXPSDevice.cpp |
index f2901316c28d9dcdc42d573a0023933e1fabeb81..e7b5d41fb065a4b14e3663059c1f1c36f4d22bc6 100644 |
--- a/src/device/xps/SkXPSDevice.cpp |
+++ b/src/device/xps/SkXPSDevice.cpp |
@@ -1160,10 +1160,6 @@ HRESULT SkXPSDevice::createXpsQuad(const SkPoint (&points)[4], |
return S_OK; |
} |
-uint32_t SkXPSDevice::getDeviceCapabilities() { |
- return kVector_Capability; |
-} |
- |
void SkXPSDevice::clear(SkColor color) { |
//TODO: override this for XPS |
SkDEBUGF(("XPS clear not yet implemented.")); |