michael@0: michael@0: /* michael@0: * Copyright 2006 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: michael@0: #ifndef SkDrawOval_DEFINED michael@0: #define SkDrawOval_DEFINED michael@0: michael@0: #include "SkDrawRectangle.h" michael@0: michael@0: class SkOval : public SkDrawRect { michael@0: DECLARE_MEMBER_INFO(Oval); michael@0: virtual bool draw(SkAnimateMaker& ); michael@0: private: michael@0: typedef SkDrawRect INHERITED; michael@0: }; michael@0: michael@0: #endif // SkDrawOval_DEFINED