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

Unified Diff: src/animator/SkHitTest.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/SkHitTest.h
diff --git a/src/animator/SkHitTest.h b/src/animator/SkHitTest.h
index 68d5cc5e352f17beda751600bb6a12ec9287a7bd..410a38465399f95ed91ed500721455eadcb88408 100644
--- a/src/animator/SkHitTest.h
+++ b/src/animator/SkHitTest.h
@@ -10,10 +10,10 @@
#ifndef SkHitTest_DEFINED
#define SkHitTest_DEFINED
-#include "SkDrawable.h"
+#include "SkADrawable.h"
#include "SkTypedArray.h"
-class SkHitTest : public SkDrawable {
+class SkHitTest : public SkADrawable {
DECLARE_MEMBER_INFO(HitTest);
SkHitTest();
virtual bool draw(SkAnimateMaker& );

Powered by Google App Engine
This is Rietveld 408576698