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

Unified Diff: include/core/SkColorFilter.h

Issue 23021015: Initial error handling code (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Serialization with strings as ID 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
Index: include/core/SkColorFilter.h
diff --git a/include/core/SkColorFilter.h b/include/core/SkColorFilter.h
index 6359563d5180b6b35b0540fde43770fd79eb0779..00cfefb085caebef48f24fdc18498aefcc7e9aff 100644
--- a/include/core/SkColorFilter.h
+++ b/include/core/SkColorFilter.h
@@ -122,7 +122,7 @@ public:
SkDEVCODE(virtual void toString(SkString* str) const = 0;)
- SK_DECLARE_FLATTENABLE_REGISTRAR_GROUP()
+ SK_DECLARE_FLATTENABLE_GROUP_TYPE(SkColorFilter)
protected:
SkColorFilter() {}
SkColorFilter(SkFlattenableReadBuffer& rb) : INHERITED(rb) {}

Powered by Google App Engine
This is Rietveld 408576698