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/SkXfermode.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/SkXfermode.h
diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
index 04f3bfe5b6f097db99ddd5049717e66c343db2d1..56b613925e66dadeeac2d59aa43c375856334e92 100644
--- a/include/core/SkXfermode.h
+++ b/include/core/SkXfermode.h
@@ -219,7 +219,7 @@ public:
GrTexture* background = NULL);
SkDEVCODE(virtual void toString(SkString* str) const = 0;)
- SK_DECLARE_FLATTENABLE_REGISTRAR_GROUP()
+ SK_DECLARE_FLATTENABLE_GROUP_TYPE(SkXfermode)
protected:
SkXfermode(SkFlattenableReadBuffer& rb) : SkFlattenable(rb) {}
@@ -240,7 +240,6 @@ private:
friend class SkGraphics;
static void Term();
-
typedef SkFlattenable INHERITED;
};
@@ -264,7 +263,7 @@ public:
const SkAlpha aa[]) const SK_OVERRIDE;
SK_DEVELOPER_TO_STRING()
- SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkProcXfermode)
+ SK_DEFINE_FLATTENABLE_SERIALIZABLE_TYPE(SkProcXfermode)
protected:
SkProcXfermode(SkFlattenableReadBuffer&);

Powered by Google App Engine
This is Rietveld 408576698