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

Unified Diff: include/effects/SkMagnifierImageFilter.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/SkLumaXfermode.h ('k') | include/effects/SkMatrixConvolutionImageFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/effects/SkMagnifierImageFilter.h
diff --git a/include/effects/SkMagnifierImageFilter.h b/include/effects/SkMagnifierImageFilter.h
index 31b446f6a5c53721a1b4e8b92d64201249aeb331..9e1ebc96de4916dde4638d3d7031b79047b73e87 100644
--- a/include/effects/SkMagnifierImageFilter.h
+++ b/include/effects/SkMagnifierImageFilter.h
@@ -13,6 +13,8 @@
#include "SkImageFilter.h"
class SK_API SkMagnifierImageFilter : public SkImageFilter {
+ typedef SkImageFilter INHERITED;
+
public:
SkMagnifierImageFilter(SkRect srcRect, SkScalar inset);
@@ -32,7 +34,6 @@ protected:
private:
SkRect fSrcRect;
SkScalar fInset;
- typedef SkImageFilter INHERITED;
};
#endif
« no previous file with comments | « include/effects/SkLumaXfermode.h ('k') | include/effects/SkMatrixConvolutionImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698