Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: src/animator/SkDrawMatrix.h

Issue 764463002: rename SkDrawable to SkADrawable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698