| Index: skia/ext/vector_platform_device_emf_win.h
|
| diff --git a/skia/ext/vector_platform_device_emf_win.h b/skia/ext/vector_platform_device_emf_win.h
|
| index 844624fc52b649f225dd3037fca5927f3fdefa92..2d00940a5aaa06cb71fd5136a3a43921c4f8c24f 100644
|
| --- a/skia/ext/vector_platform_device_emf_win.h
|
| +++ b/skia/ext/vector_platform_device_emf_win.h
|
| @@ -79,11 +79,6 @@ class VectorPlatformDeviceEmf : public SkBitmapDevice, public PlatformDevice {
|
| void LoadClipRegion();
|
|
|
| protected:
|
| -#ifdef SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG
|
| - virtual SkBaseDevice* onCreateCompatibleDevice(SkBitmap::Config, int width,
|
| - int height, bool isOpaque,
|
| - Usage usage) OVERRIDE;
|
| -#endif
|
| virtual SkBaseDevice* onCreateDevice(const SkImageInfo& info,
|
| Usage usage) OVERRIDE;
|
|
|
|
|