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

Unified Diff: LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js

Issue 46163008: Revert "Re-land deferred compositing updates with fixed assumptions" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
Index: LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js
diff --git a/LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js b/LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js
index 80d920d2799291388655771950299dbcd347e4bd..cb002b8a0760c2e12ad14f002d485016dd910b5d 100644
--- a/LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js
+++ b/LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js
@@ -132,13 +132,8 @@ if (window.internals) {
window.onload = function() {
// Run each general test case.
var tests = document.querySelectorAll('.testcase');
- for ( var i = 0; i < tests.length; i++) {
- // Force a compositing update before testing each case to ensure that
- // any subsequent touch rect updates are actually done because of
- // the event handler changes in the test itself.
- window.internals.forceCompositingUpdate(document);
+ for ( var i = 0; i < tests.length; i++)
testElement(tests[i]);
- }
if (window.additionalTests)
additionalTests();

Powered by Google App Engine
This is Rietveld 408576698