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

Unified Diff: include/core/SkDataTable.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/SkDataTable.h
diff --git a/include/core/SkDataTable.h b/include/core/SkDataTable.h
index cb74c3cb3911ad19adb037079e7971ef064eb1c4..4ce50a28ee8146d86889370a7701bc371729bce7 100644
--- a/include/core/SkDataTable.h
+++ b/include/core/SkDataTable.h
@@ -20,6 +20,8 @@
* not required to all be the same size.
*/
class SK_API SkDataTable : public SkFlattenable {
+ typedef SkFlattenable INHERITED;
+
public:
SK_DECLARE_INST_COUNT(SkDataTable)
@@ -123,8 +125,6 @@ private:
virtual ~SkDataTable();
friend class SkDataTableBuilder; // access to Dir
-
- typedef SkFlattenable INHERITED;
};
/**

Powered by Google App Engine
This is Rietveld 408576698