| Index: include/gpu/SkGpuDevice.h
|
| diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
|
| index c9650d618483bad28f215944b40fa39b2e01f97e..b4234e84d21111802fedcb2229df5160ffbb7823 100644
|
| --- a/include/gpu/SkGpuDevice.h
|
| +++ b/include/gpu/SkGpuDevice.h
|
| @@ -82,9 +82,6 @@ public:
|
| return NULL == fRenderTarget ? false
|
| : kRGB_565_GrPixelConfig == fRenderTarget->config();
|
| }
|
| -#ifdef SK_SUPPORT_LEGACY_DEVICE_CONFIG
|
| - virtual SkBitmap::Config config() const SK_OVERRIDE;
|
| -#endif
|
|
|
| virtual void clear(SkColor color) SK_OVERRIDE;
|
| virtual void drawPaint(const SkDraw&, const SkPaint& paint) SK_OVERRIDE;
|
|
|