| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index 93a27d039e0a717a13877f67d8eda1cceddd8b5f..dc199f2bbd19a1b13a0ab33b0fe1544104db353b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -354,6 +354,8 @@ public:
|
|
|
| ShadowRoot* youngestShadowRoot() const;
|
|
|
| + ShadowRoot* shadowRootIfV1() const;
|
| +
|
| ShadowRoot& ensureUserAgentShadowRoot();
|
| virtual void willAddFirstAuthorShadowRoot() { }
|
|
|
|
|