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

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

Issue 30383002: Merge 159961 "Defer the real work in updateCompositingLayers unt..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1675/
Patch Set: Created 7 years, 2 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
Index: LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js
===================================================================
--- LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js (revision 159992)
+++ LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects.js (working copy)
@@ -130,6 +130,9 @@
}
window.onload = function() {
+ if (window.internals)
+ window.internals.forceCompositingUpdate(document);
+
// Run each general test case.
var tests = document.querySelectorAll('.testcase');
for ( var i = 0; i < tests.length; i++)

Powered by Google App Engine
This is Rietveld 408576698