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

Unified Diff: include/effects/SkTableMaskFilter.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/effects/SkTableMaskFilter.h
diff --git a/include/effects/SkTableMaskFilter.h b/include/effects/SkTableMaskFilter.h
index ac33266f80c04d089df8631dd2880c9e5df5834a..82684e3b6207f42902c937fef426432eef6ad0b3 100644
--- a/include/effects/SkTableMaskFilter.h
+++ b/include/effects/SkTableMaskFilter.h
@@ -17,6 +17,8 @@
Helper methods create some common tables (e.g. gamma, clipping)
*/
class SK_API SkTableMaskFilter : public SkMaskFilter {
+ typedef SkMaskFilter INHERITED;
+
public:
SkTableMaskFilter();
SkTableMaskFilter(const uint8_t table[256]);
@@ -56,8 +58,6 @@ protected:
private:
uint8_t fTable[256];
-
- typedef SkMaskFilter INHERITED;
};
#endif

Powered by Google App Engine
This is Rietveld 408576698