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

Unified Diff: include/core/SkDataSet.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/core/SkDataSet.h
diff --git a/include/core/SkDataSet.h b/include/core/SkDataSet.h
index 2e5d96e68ab23245fa99189d552dd995f0163c33..ee25d7916833a30e3a87f42f112c798b85b203ef 100644
--- a/include/core/SkDataSet.h
+++ b/include/core/SkDataSet.h
@@ -15,6 +15,8 @@ class SkStream;
class SkWStream;
class SkDataSet : public SkFlattenable {
+ typedef SkFlattenable INHERITED;
+
public:
/**
* Returns a new empty dataset. Note: since SkDataSet is immutable, this
@@ -81,8 +83,6 @@ private:
int32_t fCount;
uint32_t fKeySize;
Pair* fPairs;
-
- typedef SkFlattenable INHERITED;
};
#endif

Powered by Google App Engine
This is Rietveld 408576698