Chromium Code Reviews| Index: skia/ext/platform_device.cc |
| diff --git a/skia/ext/platform_device.cc b/skia/ext/platform_device.cc |
| index 83a191862d865f03cedf437f81ffe4ebc670cd9b..35309d219159920ee7632ee0b8df4a2585998802 100644 |
| --- a/skia/ext/platform_device.cc |
| +++ b/skia/ext/platform_device.cc |
| @@ -72,8 +72,8 @@ bool IsPreviewMetafile(const SkCanvas& canvas) { |
| } |
| #endif |
| -bool PlatformDevice::SupportsPlatformPaint() { |
| - return true; |
| +PlatformDevice::PlatformPaint PlatformDevice::PlatformPaintSupport() { |
| + return DIRECT; |
| } |
| } // namespace skia |