| 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 {
|
|
|