aboutsummaryrefslogtreecommitdiffstats
path: root/include/effects/SkGroupShape.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/effects/SkGroupShape.h')
-rw-r--r--include/effects/SkGroupShape.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/effects/SkGroupShape.h b/include/effects/SkGroupShape.h
index 2c851fa..7764003 100644
--- a/include/effects/SkGroupShape.h
+++ b/include/effects/SkGroupShape.h
@@ -1,3 +1,10 @@
+
+/*
+ * Copyright 2011 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
#ifndef SkGroupShape_DEFINED
#define SkGroupShape_DEFINED
@@ -131,6 +138,8 @@ public:
// public for Registrar
static SkFlattenable* CreateProc(SkFlattenableReadBuffer&);
+ SK_DECLARE_FLATTENABLE_REGISTRAR()
+
protected:
// overrides
virtual void onDraw(SkCanvas*);