| Index: tracing/tracing/ui/extras/chrome/cc/picture_debugger.html
|
| diff --git a/tracing/tracing/ui/extras/chrome/cc/picture_debugger.html b/tracing/tracing/ui/extras/chrome/cc/picture_debugger.html
|
| index 30e1e8fa61845967dbfe006fec4d20157186a462..3adfd37a051a84aabcdf0e0c631750b2e507f420 100644
|
| --- a/tracing/tracing/ui/extras/chrome/cc/picture_debugger.html
|
| +++ b/tracing/tracing/ui/extras/chrome/cc/picture_debugger.html
|
| @@ -385,7 +385,7 @@ tr.exportTo('tr.ui.e.chrome.cc', function() {
|
| this.selectedOpIndex = 0;
|
| return;
|
| }
|
| - this.selectedOpIndex = tr.b.clamp(
|
| + this.selectedOpIndex = tr.b.math.clamp(
|
| this.selectedOpIndex + increment,
|
| 0, this.numOps);
|
| },
|
|
|