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

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

Powered by Google App Engine
This is Rietveld 408576698