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

Unified Diff: include/effects/SkBlurMaskFilter.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/SkBlurMaskFilter.h
diff --git a/include/effects/SkBlurMaskFilter.h b/include/effects/SkBlurMaskFilter.h
index d590b275d893c0b5a437b0a1ea7a2ac2bf82abc7..7bddd55aeac076a667654e42f800f96a75a8d59e 100644
--- a/include/effects/SkBlurMaskFilter.h
+++ b/include/effects/SkBlurMaskFilter.h
@@ -65,6 +65,7 @@ public:
SkScalar blurRadius);
SK_DECLARE_FLATTENABLE_REGISTRAR_GROUP()
+ SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_UTILS()
private:
SkBlurMaskFilter(); // can't be instantiated

Powered by Google App Engine
This is Rietveld 408576698