From 158001d6fc2ba5cdb180037560638f8132063cd8 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Mon, 17 Mar 2014 22:09:34 +0000 Subject: [PATCH] Windows build fix git-svn-id: http://skia.googlecode.com/svn/trunk@13841 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/device/xps/SkXPSDevice.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/device/xps/SkXPSDevice.h b/include/device/xps/SkXPSDevice.h index 7265fbb..690b50e 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; -- 2.7.4