Index: third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h |
diff --git a/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h b/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h |
index 6f9e6731fc47885251a0d76a6b54fed32721cf9c..7717a75963f3bf1280183ea66fc636812fb106ce 100644 |
--- a/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h |
+++ b/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h |
@@ -99,6 +99,7 @@ inline bool isActiveShadowInsertionPoint(const Node& node) |
return node.isInsertionPoint() && toInsertionPoint(node).isShadowInsertionPoint(); |
} |
+// TODO(hayato): The function name is confusing. This neither resolve a reprojection nor support v1 shadow trees. |
inline ElementShadow* shadowWhereNodeCanBeDistributed(const Node& node) |
{ |
Node* parent = node.parentNode(); |