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

Unified Diff: include/core/SkDataSet.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/core/SkData.h ('k') | include/core/SkDataTable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « include/core/SkData.h ('k') | include/core/SkDataTable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698