summaryrefslogtreecommitdiffstats
path: root/skia/ext/platform_device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'skia/ext/platform_device.cc')
-rw-r--r--skia/ext/platform_device.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/skia/ext/platform_device.cc b/skia/ext/platform_device.cc
index eff5d4f..a08f525 100644
--- a/skia/ext/platform_device.cc
+++ b/skia/ext/platform_device.cc
@@ -41,14 +41,6 @@ void EndPlatformPaint(SkDevice* device) {
return platform_device->EndPlatformPaint();
}
-bool IsVectorial(SkDevice* device) {
- PlatformDevice* platform_device = GetPlatformDevice(device);
- if (platform_device)
- return platform_device->IsVectorial();
-
- return device->getDeviceCapabilities() & SkDevice::kVector_Capability;
-}
-
bool IsNativeFontRenderingAllowed(SkDevice* device) {
PlatformDevice* platform_device = GetPlatformDevice(device);
if (platform_device)