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

Unified Diff: include/images/SkImageRef_GlobalPool.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/SkXfermodeImageFilter.h ('k') | include/utils/SkUnitMappers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/images/SkImageRef_GlobalPool.h
diff --git a/include/images/SkImageRef_GlobalPool.h b/include/images/SkImageRef_GlobalPool.h
index 3adc0f61503ef2ac22360e3dce582e26f0e75612..cf1800eb626840809e2c964bc1cb1aff41f5cb39 100644
--- a/include/images/SkImageRef_GlobalPool.h
+++ b/include/images/SkImageRef_GlobalPool.h
@@ -13,6 +13,8 @@
#include "SkImageRef.h"
class SkImageRef_GlobalPool : public SkImageRef {
+ typedef SkImageRef INHERITED;
+
public:
// if pool is null, use the global pool
SkImageRef_GlobalPool(SkStreamRewindable*, SkBitmap::Config,
@@ -54,9 +56,6 @@ protected:
virtual void onUnlockPixels();
SkImageRef_GlobalPool(SkFlattenableReadBuffer&);
-
-private:
- typedef SkImageRef INHERITED;
};
#endif
« no previous file with comments | « include/effects/SkXfermodeImageFilter.h ('k') | include/utils/SkUnitMappers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698