| Index: src/animator/SkSnapshot.h
|
| diff --git a/src/animator/SkSnapshot.h b/src/animator/SkSnapshot.h
|
| index 5ae6917ae7f197311d883b5e1a160a6bedd9d52a..110c36d63626877aeda165ee769c8c67e7ec3ff0 100644
|
| --- a/src/animator/SkSnapshot.h
|
| +++ b/src/animator/SkSnapshot.h
|
| @@ -10,12 +10,12 @@
|
| #ifndef SkSnapShot_DEFINED
|
| #define SkSnapShot_DEFINED
|
|
|
| -#include "SkDrawable.h"
|
| +#include "SkADrawable.h"
|
| #include "SkImageDecoder.h"
|
| #include "SkMemberInfo.h"
|
| #include "SkString.h"
|
|
|
| -class SkSnapshot: public SkDrawable {
|
| +class SkSnapshot: public SkADrawable {
|
| DECLARE_MEMBER_INFO(Snapshot);
|
| SkSnapshot();
|
| virtual bool draw(SkAnimateMaker& );
|
|
|