Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Animation / balls-canvas.html
index 69161ca..d02a461 100644 (file)
@@ -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');