| Index: src/animator/SkDrawMatrix.h
|
| diff --git a/src/animator/SkDrawMatrix.h b/src/animator/SkDrawMatrix.h
|
| index e3c389a2cf91a5975c14be6cc96207ab996428e6..0de83341c985b8145fc064370dbbe8115ad7a9ef 100644
|
| --- a/src/animator/SkDrawMatrix.h
|
| +++ b/src/animator/SkDrawMatrix.h
|
| @@ -10,14 +10,14 @@
|
| #ifndef SkDrawMatrix_DEFINED
|
| #define SkDrawMatrix_DEFINED
|
|
|
| -#include "SkDrawable.h"
|
| +#include "SkADrawable.h"
|
| #include "SkMatrix.h"
|
| #include "SkMemberInfo.h"
|
| #include "SkIntArray.h"
|
|
|
| class SkMatrixPart;
|
|
|
| -class SkDrawMatrix : public SkDrawable {
|
| +class SkDrawMatrix : public SkADrawable {
|
| DECLARE_DRAW_MEMBER_INFO(Matrix);
|
| SkDrawMatrix();
|
| virtual ~SkDrawMatrix();
|
| @@ -68,7 +68,7 @@ private:
|
| SkTDMatrixPartArray fParts;
|
| SkBool8 fChildHasID;
|
| SkBool8 fDirty;
|
| - typedef SkDrawable INHERITED;
|
| + typedef SkADrawable INHERITED;
|
| };
|
|
|
| #endif // SkDrawMatrix_DEFINED
|
|
|