diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-03-26 13:44:58 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-03-26 13:44:58 +0000 |
commit | f20fc24a7def23093a1abd2fc8de4a1302aeb9f8 (patch) | |
tree | 1debba462b64f41fa28b5b2c146c72478f7c1887 /include/device | |
parent | da0ceb22995640c766a929369bf4b704fcd33418 (diff) |
remove all references to legacy Config8888
BUG=skia:
R=bsalomon@google.com
Review URL: https://codereview.chromium.org/211043002
git-svn-id: http://skia.googlecode.com/svn/trunk@13952 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/device')
-rw-r--r-- | include/device/xps/SkXPSDevice.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/device/xps/SkXPSDevice.h b/include/device/xps/SkXPSDevice.h index 690b50ec13..5170957a59 100644 --- a/include/device/xps/SkXPSDevice.h +++ b/include/device/xps/SkXPSDevice.h @@ -141,13 +141,6 @@ protected: int x, int y, const SkPaint& paint) SK_OVERRIDE; -#ifdef SK_SUPPORT_LEGACY_READPIXELSCONFIG - virtual bool onReadPixels(const SkBitmap& bitmap, - int x, - int y, - SkCanvas::Config8888) SK_OVERRIDE; -#endif - virtual bool allowImageFilter(const SkImageFilter*) SK_OVERRIDE; private: |