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 SkDisplayScreenplay_DEFINED michael@0: #define SkDisplayScreenplay_DEFINED michael@0: michael@0: #include "SkDisplayable.h" michael@0: #include "SkMemberInfo.h" michael@0: michael@0: class SkDisplayScreenplay : public SkDisplayable { michael@0: DECLARE_DISPLAY_MEMBER_INFO(Screenplay); michael@0: SkMSec time; michael@0: }; michael@0: michael@0: #endif // SkDisplayScreenplay_DEFINED