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 SkDrawFull_DEFINED michael@0: #define SkDrawFull_DEFINED michael@0: michael@0: #include "SkBoundable.h" michael@0: michael@0: class SkFull : public SkBoundable { michael@0: DECLARE_EMPTY_MEMBER_INFO(Full); michael@0: virtual bool draw(SkAnimateMaker& ); michael@0: private: michael@0: typedef SkBoundable INHERITED; michael@0: }; michael@0: michael@0: #endif // SkDrawFull_DEFINED