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

Unified Diff: include/utils/SkInterpolator.h

Issue 1548223002: remove cruft from SkTypes.h, including SkBool (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/core/SkTypes.h ('k') | src/animator/SkDisplayType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/SkInterpolator.h
diff --git a/include/utils/SkInterpolator.h b/include/utils/SkInterpolator.h
index 18203d05d062de985040474fed92e5bf066e8033..9547cec8b23641fdb0e01af6961531dcb33aa3fd 100644
--- a/include/utils/SkInterpolator.h
+++ b/include/utils/SkInterpolator.h
@@ -59,7 +59,7 @@ public:
fFlags = SkToU8((fFlags & ~kReset) | (int)reset);
}
- Result timeToT(SkMSec time, SkScalar* T, int* index, SkBool* exact) const;
+ Result timeToT(SkMSec time, SkScalar* T, int* index, bool* exact) const;
protected:
enum Flags {
« no previous file with comments | « include/core/SkTypes.h ('k') | src/animator/SkDisplayType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698