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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/touch-event-retargeting.html

Issue 1684533002: Rename "tree of trees" to "composed tree". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: third_party/WebKit/LayoutTests/fast/dom/shadow/touch-event-retargeting.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/touch-event-retargeting.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/touch-event-retargeting.html
index ad6fddaffa7248c59da5f98e8a7ce425c566f0c9..40cfc972b96c8a21ea5eec0630feb51f7c36f39e 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/touch-event-retargeting.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/touch-event-retargeting.html
@@ -44,7 +44,7 @@ function sendTouchEvent(elements)
{
eventSender.clearTouchPoints();
for (var i = 0; i < elements.length; ++i)
- addTouchPoint(getNodeInTreeOfTrees(elements[i]));
+ addTouchPoint(getNodeInComposedTree(elements[i]));
eventSender.touchStart();
eventSender.touchEnd();
}

Powered by Google App Engine
This is Rietveld 408576698