aboutsummaryrefslogtreecommitdiffhomepage
path: root/libs/graphics/animator/SkDrawOval.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/graphics/animator/SkDrawOval.h')
-rw-r--r--libs/graphics/animator/SkDrawOval.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/graphics/animator/SkDrawOval.h b/libs/graphics/animator/SkDrawOval.h
new file mode 100644
index 0000000000..e91576adaf
--- /dev/null
+++ b/libs/graphics/animator/SkDrawOval.h
@@ -0,0 +1,14 @@
+#ifndef SkDrawOval_DEFINED
+#define SkDrawOval_DEFINED
+
+#include "SkDrawRectangle.h"
+
+class SkOval : public SkDrawRect {
+ DECLARE_MEMBER_INFO(Oval);
+ virtual bool draw(SkAnimateMaker& );
+private:
+ typedef SkDrawRect INHERITED;
+};
+
+#endif // SkDrawOval_DEFINED
+