From e629c7bc9f822351c39be99444839481083ee17f Mon Sep 17 00:00:00 2001 From: "senorblanco@chromium.org" Date: Wed, 5 Feb 2014 23:23:39 +0000 Subject: Fix SkXPSDevice Make SkImageFilter parameter for SkXPSDevice::allowImageFilter const to match the SkBitmapDevice base class. BUG=skia:2097 R=senorblanco@chromium.org Review URL: https://codereview.chromium.org/156213002 git-svn-id: http://skia.googlecode.com/svn/trunk@13333 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/device/xps/SkXPSDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/device/xps') diff --git a/include/device/xps/SkXPSDevice.h b/include/device/xps/SkXPSDevice.h index e79081c4e8..13ae83492f 100644 --- a/include/device/xps/SkXPSDevice.h +++ b/include/device/xps/SkXPSDevice.h @@ -148,7 +148,7 @@ protected: int y, SkCanvas::Config8888) SK_OVERRIDE; - virtual bool allowImageFilter(SkImageFilter*) SK_OVERRIDE; + virtual bool allowImageFilter(const SkImageFilter*) SK_OVERRIDE; private: class TypefaceUse : ::SkNoncopyable { -- cgit v1.2.3