| Index: trunk/src/cc/debug/rasterize_and_record_benchmark.cc
|
| ===================================================================
|
| --- trunk/src/cc/debug/rasterize_and_record_benchmark.cc (revision 253642)
|
| +++ trunk/src/cc/debug/rasterize_and_record_benchmark.cc (working copy)
|
| @@ -108,7 +108,8 @@
|
| return;
|
|
|
|
|
| - base::TimeDelta min_time = base::TimeDelta::Max();
|
| + base::TimeDelta min_time =
|
| + base::TimeDelta::FromInternalValue(std::numeric_limits<int64>::max());
|
| for (int i = 0; i < record_repeat_count_; ++i) {
|
| base::TimeTicks start = Now();
|
| scoped_refptr<Picture> picture = Picture::Create(
|
|
|