Chromium Code Reviews| Index: skia/ext/platform_device.cc |
| diff --git a/skia/ext/platform_device.cc b/skia/ext/platform_device.cc |
| index 6292273a8b51169f67d7290e1a356cc0ca8238d6..f280aaf8728bedcaa00832053f25b905ab160a08 100644 |
| --- a/skia/ext/platform_device.cc |
| +++ b/skia/ext/platform_device.cc |
| @@ -76,8 +76,4 @@ bool PlatformDevice::IsNativeFontRenderingAllowed() { |
| return true; |
| } |
| -bool PlatformDevice::AlphaBlendUsed() const { |
| - return false; |
| -} |
| - |
| } // namespace skia |