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

Unified Diff: src/animator/SkDisplayAdd.h

Issue 1273813002: Add skstd::move and skstd::forward. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: No need to change the string. Created 5 years, 4 months 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 c106d867b1a201d4a67fa50dbed426d9c6827892..a48e5e2c616dfd8b0e8084777d8a59e05ef73611 100644
--- a/src/animator/SkDisplayAdd.h
+++ b/src/animator/SkDisplayAdd.h
@@ -46,8 +46,8 @@ class SkClear : public SkDisplayable {
virtual bool enable(SkAnimateMaker& );
};
-class SkMove : public SkAdd {
- DECLARE_MEMBER_INFO(Move);
+class SkRelocate : public SkAdd {
+ DECLARE_MEMBER_INFO(Relocate);
private:
typedef SkAdd INHERITED;
};

Powered by Google App Engine
This is Rietveld 408576698