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

Unified Diff: include/effects/SkLayerRasterizer.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/SkLayerDrawLooper.h ('k') | include/effects/SkLerpXfermode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/effects/SkLayerRasterizer.h
diff --git a/include/effects/SkLayerRasterizer.h b/include/effects/SkLayerRasterizer.h
index 65d1be0bc1667d9e5923b9882c85b277e9efd5f4..d9d6e7544cdf58415c997a73bdbabd339158cbb9 100644
--- a/include/effects/SkLayerRasterizer.h
+++ b/include/effects/SkLayerRasterizer.h
@@ -17,6 +17,8 @@
class SkPaint;
class SK_API SkLayerRasterizer : public SkRasterizer {
+ typedef SkRasterizer INHERITED;
+
public:
SkLayerRasterizer();
virtual ~SkLayerRasterizer();
@@ -45,8 +47,6 @@ protected:
private:
SkDeque fLayers;
-
- typedef SkRasterizer INHERITED;
};
#endif
« no previous file with comments | « include/effects/SkLayerDrawLooper.h ('k') | include/effects/SkLerpXfermode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698