| Index: cc/picture_pile_impl.cc
|
| diff --git a/cc/picture_pile_impl.cc b/cc/picture_pile_impl.cc
|
| index 8475f49dc43561524946a17c70f987127346a233..ba9d13d18bd4a92479933bf37cf67f2c87ada7c7 100644
|
| --- a/cc/picture_pile_impl.cc
|
| +++ b/cc/picture_pile_impl.cc
|
| @@ -88,8 +88,7 @@ void PicturePileImpl::Raster(
|
| }
|
| canvas->restore();
|
|
|
| - stats->totalRasterizeTimeInSeconds += (base::TimeTicks::Now() -
|
| - rasterizeBeginTime).InSecondsF();
|
| + stats->totalRasterizeTime += base::TimeTicks::Now() - rasterizeBeginTime;
|
| }
|
|
|
| void PicturePileImpl::GatherPixelRefs(
|
|
|