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

Unified Diff: include/effects/SkBlurImageFilter.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/SkBlurDrawLooper.h ('k') | include/effects/SkColorFilterImageFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/effects/SkBlurImageFilter.h
diff --git a/include/effects/SkBlurImageFilter.h b/include/effects/SkBlurImageFilter.h
index ef03a99d4669ee85e37a55b335a93144e769b1e2..885f698ac63438dd4495ba8f04e8d692a2d3c4eb 100644
--- a/include/effects/SkBlurImageFilter.h
+++ b/include/effects/SkBlurImageFilter.h
@@ -12,6 +12,8 @@
#include "SkSize.h"
class SK_API SkBlurImageFilter : public SkImageFilter {
+ typedef SkImageFilter INHERITED;
+
public:
SkBlurImageFilter(SkScalar sigmaX,
SkScalar sigmaY,
@@ -33,7 +35,6 @@ protected:
private:
SkSize fSigma;
- typedef SkImageFilter INHERITED;
};
#endif
« no previous file with comments | « include/effects/SkBlurDrawLooper.h ('k') | include/effects/SkColorFilterImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698