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

Unified Diff: src/animator/SkDisplayEvents.cpp

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/SkDisplayEvents.cpp
diff --git a/src/animator/SkDisplayEvents.cpp b/src/animator/SkDisplayEvents.cpp
index c42fbdf312099b7416e11af2c45cf62fd9e236e9..3c3791de75ab9ec65721a3cdc14487376e5cf905 100644
--- a/src/animator/SkDisplayEvents.cpp
+++ b/src/animator/SkDisplayEvents.cpp
@@ -12,7 +12,7 @@
#include "SkAnimator.h"
#include "SkDisplayEvent.h"
#include "SkDisplayMovie.h"
-#include "SkDrawable.h"
+#include "SkADrawable.h"
#ifdef SK_DEBUG
#include "SkDump.h"
#endif
@@ -82,7 +82,7 @@ void SkEvents::dump(SkAnimateMaker& maker) {
SkTDDrawableArray& drawArray = maker.fDisplayList.fDrawList;
int count = drawArray.count();
for (index = 0; index < count; index++) {
- SkDrawable* drawable = drawArray[index];
+ SkADrawable* drawable = drawArray[index];
drawable->dumpEvents();
}
count = fEvents.count();

Powered by Google App Engine
This is Rietveld 408576698