summaryrefslogtreecommitdiffstats
path: root/skia/ext/platform_device_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'skia/ext/platform_device_mac.cc')
-rw-r--r--skia/ext/platform_device_mac.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/skia/ext/platform_device_mac.cc b/skia/ext/platform_device_mac.cc
index 9d2695f..4060f31 100644
--- a/skia/ext/platform_device_mac.cc
+++ b/skia/ext/platform_device_mac.cc
@@ -27,10 +27,6 @@ PlatformDevice::PlatformDevice(const SkBitmap& bitmap)
SetPlatformDevice(this, this);
}
-bool PlatformDevice::IsNativeFontRenderingAllowed() {
- return true;
-}
-
CGContextRef PlatformDevice::BeginPlatformPaint() {
return GetBitmapContext();
}