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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1707443003: Consider slots as a focus scope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring in response to review comments 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/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 4b1018d2b9550e15df750f44bcfadaa932c983aa..c27dfe5dfbb5d2777be28c2b05a07db636f961cb 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2621,6 +2621,8 @@
'dom/custom/CustomElementSyncMicrotaskQueue.h',
'dom/custom/CustomElementUpgradeCandidateMap.cpp',
'dom/custom/CustomElementUpgradeCandidateMap.h',
+ 'dom/shadow/AssignedElementTraversal.cpp',
+ 'dom/shadow/AssignedElementTraversal.h',
hayato 2016/03/03 05:42:21 Nit: How about renaming this to SlotAssignedSubtre
yuzuchan 2016/03/04 03:48:36 I changed the name to SlotScopedTraversal to short
kochi 2016/03/04 04:16:30 Sounds good.
'dom/shadow/DistributedNodes.cpp',
'dom/shadow/DistributedNodes.h',
'dom/shadow/ElementShadow.cpp',

Powered by Google App Engine
This is Rietveld 408576698