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 SkDisplayBounds_DEFINED michael@0: #define SkDisplayBounds_DEFINED michael@0: michael@0: #include "SkDrawRectangle.h" michael@0: michael@0: class SkDisplayBounds : public SkDrawRect { michael@0: DECLARE_DISPLAY_MEMBER_INFO(Bounds); michael@0: SkDisplayBounds(); michael@0: virtual bool draw(SkAnimateMaker& ); michael@0: private: michael@0: SkBool inval; michael@0: typedef SkDrawRect INHERITED; michael@0: }; michael@0: michael@0: #endif // SkDisplayBounds_DEFINED