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

Unified Diff: include/effects/SkTableColorFilter.h

Issue 23021015: Initial error handling code (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Minor comment fixes 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/effects/SkTableColorFilter.h
diff --git a/include/effects/SkTableColorFilter.h b/include/effects/SkTableColorFilter.h
index 5714d072f268c99d7ad1a602ba9a911f51769358..cccad5e9a82881b35386148f8afca4f78cd25d6c 100644
--- a/include/effects/SkTableColorFilter.h
+++ b/include/effects/SkTableColorFilter.h
@@ -30,7 +30,7 @@ public:
const uint8_t tableG[256],
const uint8_t tableB[256]);
- SK_DECLARE_FLATTENABLE_REGISTRAR_GROUP()
+ SK_DECLARE_FLATTENABLE_GROUP_BASE()
};
#endif

Powered by Google App Engine
This is Rietveld 408576698