Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: tools/telemetry/telemetry/page/actions/repaint_continuously.py

Issue 292663014: telemetry: use invalidation micro benchmark for repaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Always enable impl-side painting. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/measurements/repaint.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);')
« no previous file with comments | « tools/perf/measurements/repaint.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698