| Index: third_party/WebKit/PerformanceTests/Paint/color-changes.html
|
| diff --git a/third_party/WebKit/PerformanceTests/Paint/color-changes.html b/third_party/WebKit/PerformanceTests/Paint/color-changes.html
|
| index 090726acc77ae2dfb5bc8bcb8f8bb5db5797f5d9..3c10a5f42e3de853e9bf3f970fab6b3ddd0fd38f 100644
|
| --- a/third_party/WebKit/PerformanceTests/Paint/color-changes.html
|
| +++ b/third_party/WebKit/PerformanceTests/Paint/color-changes.html
|
| @@ -1,6 +1,7 @@
|
| <!DOCTYPE html>
|
| <body>
|
| <script src="../resources/runner.js"></script>
|
| +<script src="resources/paint.js"></script>
|
| <style>
|
| span {
|
| padding: 1px;
|
| @@ -67,7 +68,7 @@ var colors = [
|
| "rgb(18, 128, 237)",
|
| "rgb(64, 64, 255)"
|
| ];
|
| -PerfTestRunner.measureFrameTime({
|
| +measurePaint({
|
| run: function() {
|
| runCount++;
|
| var newColor = colors[runCount % colors.length];
|
|
|