| Index: src/animator/SkBoundable.h
|
| diff --git a/src/animator/SkBoundable.h b/src/animator/SkBoundable.h
|
| index daeda23c7a7c879327019c00de3762ef604b6149..48d1306235bfd88ca73f256819717e56a25f7642 100644
|
| --- a/src/animator/SkBoundable.h
|
| +++ b/src/animator/SkBoundable.h
|
| @@ -10,10 +10,10 @@
|
| #ifndef SkBoundable_DEFINED
|
| #define SkBoundable_DEFINED
|
|
|
| -#include "SkDrawable.h"
|
| +#include "SkADrawable.h"
|
| #include "SkRect.h"
|
|
|
| -class SkBoundable : public SkDrawable {
|
| +class SkBoundable : public SkADrawable {
|
| public:
|
| SkBoundable();
|
| virtual void clearBounder();
|
| @@ -25,7 +25,7 @@ protected:
|
| void clearBounds() { fBounds.fLeft = (int16_t) SkToU16(0x8000); }; // mark bounds as unset
|
| SkIRect fBounds;
|
| private:
|
| - typedef SkDrawable INHERITED;
|
| + typedef SkADrawable INHERITED;
|
| };
|
|
|
| class SkBoundableAuto {
|
|
|