blob: c1ccde3b517f519b32024f77fb9b293bb1d3790c [file] [log] [blame]
/*
* Copyright 2006 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkAnimateSet_DEFINED
#define SkAnimateSet_DEFINED
#include "SkAnimate.h"
class SkSet : public SkAnimate {
DECLARE_MEMBER_INFO(Set);
SkSet();
#ifdef SK_DUMP_ENABLED
void dump(SkAnimateMaker* ) SK_OVERRIDE;
#endif
void onEndElement(SkAnimateMaker& ) SK_OVERRIDE;
void refresh(SkAnimateMaker& ) SK_OVERRIDE;
private:
typedef SkAnimate INHERITED;
};
#endif // SkAnimateSet_DEFINED