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/SkDisplayAdd.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/SkDisplayAdd.h
diff --git a/src/animator/SkDisplayAdd.h b/src/animator/SkDisplayAdd.h
index d16492b063366b7034d591663e27b374d531fe32..ebb73f1ec6a40bba8cb3b8b8b661ac43615e3183 100644
--- a/src/animator/SkDisplayAdd.h
+++ b/src/animator/SkDisplayAdd.h
@@ -10,10 +10,10 @@
#ifndef SkDisplayAdd_DEFINED
#define SkDisplayAdd_DEFINED
-#include "SkDrawable.h"
+#include "SkADrawable.h"
#include "SkMemberInfo.h"
-class SkAdd : public SkDrawable {
+class SkAdd : public SkADrawable {
DECLARE_MEMBER_INFO(Add);
SkAdd();
@@ -35,11 +35,11 @@ protected:
// struct _A {
Mode mode;
int32_t offset;
- SkDrawable* use;
- SkDrawable* where; // if NULL, offset becomes index
+ SkADrawable* use;
+ SkADrawable* where; // if NULL, offset becomes index
// } A;
private:
- typedef SkDrawable INHERITED;
+ typedef SkADrawable INHERITED;
};
class SkClear : public SkDisplayable {

Powered by Google App Engine
This is Rietveld 408576698