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

Unified Diff: include/images/SkImageRef_GlobalPool.h

Issue 23021015: Initial error handling code (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: New serialization method Created 7 years, 3 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
Index: include/images/SkImageRef_GlobalPool.h
diff --git a/include/images/SkImageRef_GlobalPool.h b/include/images/SkImageRef_GlobalPool.h
index 914b0eb4350d7b0f36ffcc88aa5c6db3b1a79646..c12edbc71f6852f1ad83fab21b164f79d8797e5c 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(SkStream*, SkBitmap::Config, int sampleSize = 1);
@@ -53,9 +55,6 @@ protected:
virtual void onUnlockPixels();
SkImageRef_GlobalPool(SkFlattenableReadBuffer&);
-
-private:
- typedef SkImageRef INHERITED;
};
#endif

Powered by Google App Engine
This is Rietveld 408576698