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

Unified Diff: src/animator/SkDrawClip.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/SkDrawClip.h
diff --git a/src/animator/SkDrawClip.h b/src/animator/SkDrawClip.h
index 6265775249f2a5b125b93676349f4f0357bee85c..1261a4de23b42bd7e16d8e0f9409ecde8a559fc0 100644
--- a/src/animator/SkDrawClip.h
+++ b/src/animator/SkDrawClip.h
@@ -10,14 +10,14 @@
#ifndef SkDrawClip_DEFINED
#define SkDrawClip_DEFINED
-#include "SkDrawable.h"
+#include "SkADrawable.h"
#include "SkMemberInfo.h"
#include "SkRegion.h"
class SkDrawPath;
class SkDrawRect;
-class SkDrawClip : public SkDrawable {
+class SkDrawClip : public SkADrawable {
DECLARE_DRAW_MEMBER_INFO(Clip);
SkDrawClip();
virtual bool draw(SkAnimateMaker& );

Powered by Google App Engine
This is Rietveld 408576698