summaryrefslogtreecommitdiff
path: root/device
diff options
context:
space:
mode:
authorsenorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-05 23:23:39 +0000
committersenorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-05 23:23:39 +0000
commit531ae6f1bdb3fbd5cd1cd095deb167dfa09227cd (patch)
tree2d22e6ad6a7bfc8d8e4ed6df866250e76ac47ecb /device
parentd7c364e4d38657cd8aadddf715055b259184a22a (diff)
downloadinclude-531ae6f1bdb3fbd5cd1cd095deb167dfa09227cd.tar.gz
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/include@13333 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'device')
-rw-r--r--device/xps/SkXPSDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/xps/SkXPSDevice.h b/device/xps/SkXPSDevice.h
index e79081c..13ae834 100644
--- a/device/xps/SkXPSDevice.h
+++ b/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 {