aboutsummaryrefslogtreecommitdiffhomepage
path: root/libs/graphics/animator/SkDrawFull.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/graphics/animator/SkDrawFull.h')
-rw-r--r--libs/graphics/animator/SkDrawFull.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/libs/graphics/animator/SkDrawFull.h b/libs/graphics/animator/SkDrawFull.h
new file mode 100644
index 0000000000..8822b0266b
--- /dev/null
+++ b/libs/graphics/animator/SkDrawFull.h
@@ -0,0 +1,13 @@
+#ifndef SkDrawFull_DEFINED
+#define SkDrawFull_DEFINED
+
+#include "SkBoundable.h"
+
+class SkFull : public SkBoundable {
+ DECLARE_EMPTY_MEMBER_INFO(Full);
+ virtual bool draw(SkAnimateMaker& );
+private:
+ typedef SkBoundable INHERITED;
+};
+
+#endif // SkDrawFull_DEFINED