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

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

Issue 1548223002: remove cruft from SkTypes.h, including SkBool (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 12 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 unified diff | Download patch
« no previous file with comments | « src/animator/SkDisplayType.h ('k') | src/animator/SkOperandIterpolator.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1
2 /* 1 /*
3 * Copyright 2006 The Android Open Source Project 2 * Copyright 2006 The Android Open Source Project
4 * 3 *
5 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 5 * found in the LICENSE file.
7 */ 6 */
8 7
9
10 #ifndef SkDisplayTypes_DEFINED 8 #ifndef SkDisplayTypes_DEFINED
11 #define SkDisplayTypes_DEFINED 9 #define SkDisplayTypes_DEFINED
12 10
13 #include "SkDisplayable.h" 11 #include "SkDisplayable.h"
14 #include "SkMemberInfo.h" 12 #include "SkMemberInfo.h"
15 #include "SkTypedArray.h" 13 #include "SkTypedArray.h"
16 14
17 class SkOpArray; // compiled script experiment 15 class SkOpArray; // compiled script experiment
18 16
19 17
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 friend class SkAnimator; 95 friend class SkAnimator;
98 friend class SkAnimatorScript; 96 friend class SkAnimatorScript;
99 friend class SkAnimatorScript2; 97 friend class SkAnimatorScript2;
100 friend class SkAnimatorScript_Unbox; 98 friend class SkAnimatorScript_Unbox;
101 friend class SkDisplayable; 99 friend class SkDisplayable;
102 friend struct SkMemberInfo; 100 friend struct SkMemberInfo;
103 friend class SkScriptEngine; 101 friend class SkScriptEngine;
104 }; 102 };
105 103
106 #endif // SkDisplayTypes_DEFINED 104 #endif // SkDisplayTypes_DEFINED
OLDNEW
« no previous file with comments | « src/animator/SkDisplayType.h ('k') | src/animator/SkOperandIterpolator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698