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

Unified Diff: src/animator/SkOperandIterpolator.cpp

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 | « src/animator/SkDisplayTypes.h ('k') | src/animator/SkScript.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkOperandIterpolator.cpp
diff --git a/src/animator/SkOperandIterpolator.cpp b/src/animator/SkOperandIterpolator.cpp
index e6973e29f78fac6d5abdc3a524524aa7070fc85c..89ac44dea23944898b0484d87f4488ad5cd82c30 100644
--- a/src/animator/SkOperandIterpolator.cpp
+++ b/src/animator/SkOperandIterpolator.cpp
@@ -1,4 +1,3 @@
-
/*
* Copyright 2006 The Android Open Source Project
*
@@ -6,7 +5,6 @@
* found in the LICENSE file.
*/
-
#include "SkOperandInterpolator.h"
#include "SkScript.h"
@@ -60,7 +58,7 @@ SkInterpolatorBase::Result SkOperandInterpolator::timeToValues(SkMSec time, SkOp
{
SkScalar T;
int index;
- SkBool exact;
+ bool exact;
Result result = timeToT(time, &T, &index, &exact);
if (values)
{
« no previous file with comments | « src/animator/SkDisplayTypes.h ('k') | src/animator/SkScript.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698