| Index: PerformanceTests/Animation/balls-canvas.html
|
| diff --git a/PerformanceTests/Animation/balls-canvas.html b/PerformanceTests/Animation/balls-canvas.html
|
| index 69161caa4c5b561f84588bfa324642ad4a5d8af6..d02a46100ea5229c2ec18ec12f4ae1e643e25479 100644
|
| --- a/PerformanceTests/Animation/balls-canvas.html
|
| +++ b/PerformanceTests/Animation/balls-canvas.html
|
| @@ -73,7 +73,11 @@ var particles = [];
|
| var prevTime;
|
|
|
| window.onload = function () {
|
| - PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
|
| + PerfTestRunner.prepareToMeasureValuesAsync({
|
| + description: 'Measures performance of canvas animation.',
|
| + done: onCompletedRun,
|
| + unit: 'fps'
|
| + });
|
|
|
| // Prepare the canvas.
|
| canvas = document.querySelector('canvas');
|
|
|