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 473da92caa3813dca1a5dc1fffa2cb1ea9c8ba9c..923b9db45644f6284577a273806cb711b7c09631 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() { } |