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

Unified Diff: src/animator/SkSnapshot.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/SkSnapshot.h
diff --git a/src/animator/SkSnapshot.h b/src/animator/SkSnapshot.h
index 5ae6917ae7f197311d883b5e1a160a6bedd9d52a..110c36d63626877aeda165ee769c8c67e7ec3ff0 100644
--- a/src/animator/SkSnapshot.h
+++ b/src/animator/SkSnapshot.h
@@ -10,12 +10,12 @@
#ifndef SkSnapShot_DEFINED
#define SkSnapShot_DEFINED
-#include "SkDrawable.h"
+#include "SkADrawable.h"
#include "SkImageDecoder.h"
#include "SkMemberInfo.h"
#include "SkString.h"
-class SkSnapshot: public SkDrawable {
+class SkSnapshot: public SkADrawable {
DECLARE_MEMBER_INFO(Snapshot);
SkSnapshot();
virtual bool draw(SkAnimateMaker& );

Powered by Google App Engine
This is Rietveld 408576698