| Index: third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.h
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.h b/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.h
|
| index f554163a5d5bf1b1c92d716c2c3212f03b5f859f..7314417310c85528733ce5e5614cb830b6440347 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.h
|
| @@ -68,6 +68,7 @@ class CORE_EXPORT SharedStyleFinder {
|
| bool sharingCandidateHasIdenticalStyleAffectingAttributes(
|
| Element& candidate) const;
|
| bool sharingCandidateCanShareHostStyles(Element& candidate) const;
|
| + bool sharingCandidateAssignedToSameSlot(Element& candidate) const;
|
| bool sharingCandidateDistributedToSameInsertionPoint(
|
| Element& candidate) const;
|
| bool matchesRuleSet(RuleSet*);
|
|
|