| Index: tools/telemetry/telemetry/page/actions/repaint_continuously.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/repaint_continuously.py b/tools/telemetry/telemetry/page/actions/repaint_continuously.py
|
| index 97052072d6b7c5e41832f98051bf1df1c491ebdd..646907ef32807529611acef083b1c3d9a9330805 100644
|
| --- a/tools/telemetry/telemetry/page/actions/repaint_continuously.py
|
| +++ b/tools/telemetry/telemetry/page/actions/repaint_continuously.py
|
| @@ -21,7 +21,6 @@ class RepaintContinuouslyAction(page_action.PageAction):
|
| 'window.__rafCount = 0;'
|
| 'window.__rafFunction = function() {'
|
| 'window.__rafCount += 1;'
|
| - 'chrome.gpuBenchmarking.setNeedsDisplayOnAllLayers();'
|
| 'window.webkitRequestAnimationFrame(window.__rafFunction);'
|
| '};'
|
| 'window.webkitRequestAnimationFrame(window.__rafFunction);')
|
|
|