Index: skia/ext/platform_device.cc |
=================================================================== |
--- skia/ext/platform_device.cc (revision 97852) |
+++ skia/ext/platform_device.cc (working copy) |
@@ -27,5 +27,12 @@ |
return NULL; |
} |
+bool PlatformDevice::IsNativeFontRenderingAllowed() { |
+ return true; |
+} |
+ |
+bool PlatformDevice::AlphaBlendUsed() const { |
+ return false; |
+} |
+ |
} // namespace skia |
- |