| 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 ca396d07ae506433fb0db5bf839291f7b01ebaf2..63437c5164702a7e273f917b190d34c7763057a8 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h
|
| @@ -97,8 +97,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)
|
| +inline ElementShadow* shadowWhereNodeCanBeDistributedForV0(const Node& node)
|
| {
|
| Node* parent = node.parentNode();
|
| if (!parent)
|
|
|