| Index: cc/output/filter_operation.cc
|
| diff --git a/cc/output/filter_operation.cc b/cc/output/filter_operation.cc
|
| index e8a08804632c12c9ba550d6abfcb771464352b66..f4e3dde0ce5c17b435f036952c22cbc92c448e8c 100644
|
| --- a/cc/output/filter_operation.cc
|
| +++ b/cc/output/filter_operation.cc
|
| @@ -68,7 +68,7 @@ FilterOperation::FilterOperation(FilterType type, float amount, int inset)
|
| memset(matrix_, 0, sizeof(matrix_));
|
| }
|
|
|
| -// TODO(ajuma): Define a version of ui::Tween::ValueBetween for floats, and use
|
| +// TODO(ajuma): Define a version of gfx::Tween::ValueBetween for floats, and use
|
| // that instead.
|
| static float BlendFloats(float from, float to, double progress) {
|
| return from * (1.0 - progress) + to * progress;
|
|
|