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..de4b0c7ed226998b26bb3efbc9b01604e38c3c4d 100644 |
| --- a/skia/ext/platform_device.cc |
| +++ b/skia/ext/platform_device.cc |
| @@ -76,4 +76,8 @@ bool PlatformDevice::SupportsPlatformPaint() { |
| return true; |
| } |
| +bool PlatformDevice::SupportsDirectPlatformPaint() { |
| + return SupportsPlatformPaint(); |
| +} |
| + |
| } // namespace skia |