Chromium Code Reviews| Index: skia/ext/platform_device.cc |
| =================================================================== |
| --- skia/ext/platform_device.cc (revision 123041) |
| +++ skia/ext/platform_device.cc (working copy) |
| @@ -72,6 +72,10 @@ |
| } |
| #endif |
| +int PlatformDevice::GetDefaultFlags(bool is_opaque) { |
| + return FLAGS_INITIALIZED | (is_opaque ? FLAGS_OPAQUE : FLAGS_NONE); |
| +} |
| + |
| bool PlatformDevice::IsNativeFontRenderingAllowed() { |
| return true; |
| } |