aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-06-11 07:17:11 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-11 07:17:11 -0700
commit4585144956e6d383115704181470d8436fc9829d (patch)
treeaeb58f49a69b55894b61d9ff93ad2b6b2913d87f /include/gpu
parentb8cd7c253f8610c654e780113746e5f2a4340688 (diff)
remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code
BUG=skia: R=djsollen@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/327263002
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/SkGpuDevice.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
index c9650d6184..b4234e84d2 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;