aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/device
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-17 22:09:34 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-17 22:09:34 +0000
commit158001d6fc2ba5cdb180037560638f8132063cd8 (patch)
treef5eda551b1b512d302cf4d72cc8eb1987d18f08d /include/device
parenta713f9c6f6a06d216d53e268b9c691941053dabf (diff)
Windows build fix
git-svn-id: http://skia.googlecode.com/svn/trunk@13841 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/device')
-rw-r--r--include/device/xps/SkXPSDevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/device/xps/SkXPSDevice.h b/include/device/xps/SkXPSDevice.h
index 7265fbbedc..690b50ec13 100644
--- a/include/device/xps/SkXPSDevice.h
+++ b/include/device/xps/SkXPSDevice.h
@@ -141,10 +141,12 @@ 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;