| Index: trunk/src/cc/debug/rasterize_and_record_benchmark_impl.cc
|
| ===================================================================
|
| --- trunk/src/cc/debug/rasterize_and_record_benchmark_impl.cc (revision 253642)
|
| +++ trunk/src/cc/debug/rasterize_and_record_benchmark_impl.cc (working copy)
|
| @@ -104,7 +104,8 @@
|
|
|
| int tile_size = content_rect.width() * content_rect.height();
|
|
|
| - base::TimeDelta min_time = base::TimeDelta::Max();
|
| + base::TimeDelta min_time =
|
| + base::TimeDelta::FromInternalValue(std::numeric_limits<int64>::max());
|
|
|
| bool is_solid_color = false;
|
| for (int i = 0; i < rasterize_repeat_count_; ++i) {
|
|
|