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

Side by Side Diff: src/animator/SkAnimateMaker.h

Issue 764463002: rename SkDrawable to SkADrawable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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 unified diff | Download patch
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2006 The Android Open Source Project 3 * Copyright 2006 The Android Open Source Project
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 9
10 #ifndef SkAnimateMaker_DEFINED 10 #ifndef SkAnimateMaker_DEFINED
(...skipping 12 matching lines...) Expand all
23 #include "SkString.h" 23 #include "SkString.h"
24 #include "SkTDict.h" 24 #include "SkTDict.h"
25 25
26 // not sure where this little helper macro should go 26 // not sure where this little helper macro should go
27 27
28 28
29 class SkActive; 29 class SkActive;
30 class SkAnimate; 30 class SkAnimate;
31 class SkCanvas; 31 class SkCanvas;
32 class SkDisplayable; 32 class SkDisplayable;
33 class SkDrawable; 33 class SkADrawable;
tfarina 2014/11/26 14:26:29 sort?
34 class SkDump; 34 class SkDump;
35 class SkEvent; 35 class SkEvent;
36 class SkEventSink; 36 class SkEventSink;
37 class SkExtras; 37 class SkExtras;
38 class SkGroup; 38 class SkGroup;
39 class SkPaint; 39 class SkPaint;
40 class SkStream; 40 class SkStream;
41 41
42 class SkAnimateMaker { 42 class SkAnimateMaker {
43 public: 43 public:
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 friend class SkAnimatorScript; 151 friend class SkAnimatorScript;
152 friend class SkApply; 152 friend class SkApply;
153 friend class SkDisplayMovie; 153 friend class SkDisplayMovie;
154 friend class SkDisplayType; 154 friend class SkDisplayType;
155 friend class SkEvents; 155 friend class SkEvents;
156 friend class SkGroup; 156 friend class SkGroup;
157 friend struct SkMemberInfo; 157 friend struct SkMemberInfo;
158 }; 158 };
159 159
160 #endif // SkAnimateMaker_DEFINED 160 #endif // SkAnimateMaker_DEFINED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698