From bd9fad67b841e94e2042bbc424f197887fe7c00e Mon Sep 17 00:00:00 2001 From: "senorblanco@chromium.org" Date: Wed, 11 Jul 2012 16:25:37 +0000 Subject: Mac build fix; unreviewed. git-svn-id: http://skia.googlecode.com/svn/trunk@4536 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/effects/SkLightingImageFilter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/effects') diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp index ef45968f5a..2033e25685 100644 --- a/src/effects/SkLightingImageFilter.cpp +++ b/src/effects/SkLightingImageFilter.cpp @@ -514,7 +514,7 @@ public: virtual GrGLLight* createGLLight() const SK_OVERRIDE { return new GrGLPointLight(); } - bool isEqual(const SkLight& other) SK_OVERRIDE { + bool isEqual(const SkLight& other) const SK_OVERRIDE { if (other.type() != kPoint_LightType) { return false; } @@ -611,7 +611,7 @@ protected: writePoint3(fS, buffer); } - virtual bool isEqual(const SkLight& other) SK_OVERRIDE { + virtual bool isEqual(const SkLight& other) const SK_OVERRIDE { if (other.type() != kSpot_LightType) { return false; } -- cgit v1.2.3