Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: include/effects/SkBicubicImageFilter.h

Issue 25430005: Fix for potential typedef issue Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/effects/SkAvoidXfermode.h ('k') | include/effects/SkBitmapSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/effects/SkBicubicImageFilter.h
diff --git a/include/effects/SkBicubicImageFilter.h b/include/effects/SkBicubicImageFilter.h
index bd918eb769d7740988680a67638063e0e81b5183..31a5051681432d4707127acd799dc1268a0a32cb 100644
--- a/include/effects/SkBicubicImageFilter.h
+++ b/include/effects/SkBicubicImageFilter.h
@@ -19,6 +19,8 @@
*/
class SK_API SkBicubicImageFilter : public SkImageFilter {
+ typedef SkImageFilter INHERITED;
+
public:
/** Construct a (scaling-only) bicubic resampling image filter.
@param scale How much to scale the image.
@@ -50,7 +52,6 @@ protected:
private:
SkSize fScale;
SkScalar fCoefficients[16];
- typedef SkImageFilter INHERITED;
};
#endif
« no previous file with comments | « include/effects/SkAvoidXfermode.h ('k') | include/effects/SkBitmapSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698