Chromium Code Reviews| Index: PerformanceTests/ShadowDOM/ContentReprojection.html |
| diff --git a/PerformanceTests/ShadowDOM/ContentReprojection.html b/PerformanceTests/ShadowDOM/ContentReprojection.html |
| index 9ecef557e61a6dcf58d7cabcd17ae567b71407f3..c8bb0eb975351099f5299ab2d56e8b9a2410a77f 100644 |
| --- a/PerformanceTests/ShadowDOM/ContentReprojection.html |
| +++ b/PerformanceTests/ShadowDOM/ContentReprojection.html |
| @@ -42,7 +42,7 @@ function run() |
| for (var i = 0; i < nLoops; ++i) { |
| host.appendChild(div); |
| host.removeChild(div); |
| - host.offsetLeft; |
| + PerfTestRunner.forceLayoutOrFullFrame(); |
| } |
| } |