Chromium Code Reviews| Index: skia/ext/platform_device_mac.cc |
| =================================================================== |
| --- skia/ext/platform_device_mac.cc (revision 97852) |
| +++ skia/ext/platform_device_mac.cc (working copy) |
| @@ -22,15 +22,6 @@ |
| return NULL; |
| } |
| -PlatformDevice::PlatformDevice(const SkBitmap& bitmap) |
| - : SkDevice(bitmap) { |
| - SetPlatformDevice(this, this); |
| -} |
| - |
| -bool PlatformDevice::IsNativeFontRenderingAllowed() { |
| - return true; |
| -} |
| - |
| CGContextRef PlatformDevice::BeginPlatformPaint() { |
| return GetBitmapContext(); |
| } |
| @@ -162,4 +153,3 @@ |
| } |
| } // namespace skia |
| - |