aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkGatherPixelRefsAndRects.h
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 /src/utils/SkGatherPixelRefsAndRects.h
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 'src/utils/SkGatherPixelRefsAndRects.h')
-rw-r--r--src/utils/SkGatherPixelRefsAndRects.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/utils/SkGatherPixelRefsAndRects.h b/src/utils/SkGatherPixelRefsAndRects.h
index 24111ddfb6..bd6f2e54e6 100644
--- a/src/utils/SkGatherPixelRefsAndRects.h
+++ b/src/utils/SkGatherPixelRefsAndRects.h
@@ -38,11 +38,6 @@ public:
virtual int width() const SK_OVERRIDE { return fSize.width(); }
virtual int height() const SK_OVERRIDE { return fSize.height(); }
virtual bool isOpaque() const SK_OVERRIDE { return false; }
-#ifdef SK_SUPPORT_LEGACY_DEVICE_CONFIG
- virtual SkBitmap::Config config() const SK_OVERRIDE {
- return SkBitmap::kNo_Config;
- }
-#endif
virtual SkImageInfo imageInfo() const SK_OVERRIDE {
return fEmptyBitmap.info();
}