From 8ea78d83dc4e8243c16eedf8100a3987c54123fa Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Wed, 24 Oct 2012 20:11:30 +0000 Subject: GrCustomStage Renaming Part 4 Rename a bunch of things found by searching for "custom". Review URL: https://codereview.appspot.com/6765048 git-svn-id: http://skia.googlecode.com/svn/trunk@6085 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/effects/SkMatrixConvolutionImageFilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/effects/SkMatrixConvolutionImageFilter.h') diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h index bdeaad3048..c0a5fd72a3 100644 --- a/include/effects/SkMatrixConvolutionImageFilter.h +++ b/include/effects/SkMatrixConvolutionImageFilter.h @@ -62,7 +62,7 @@ protected: SkBitmap* result, SkIPoint* loc) SK_OVERRIDE; #if SK_SUPPORT_GPU - virtual bool asNewCustomStage(GrEffect** stage, GrTexture*) const SK_OVERRIDE; + virtual bool asNewEffect(GrEffect** stage, GrTexture*) const SK_OVERRIDE; #endif private: -- cgit v1.2.3