Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(722)

Unified Diff: Source/core/dom/Element.h

Issue 634843002: UA shadow root of <marquee> should not be exposed to user scripts Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/html/marquee-element-shadow-root-expected.txt ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index fae5c8add19ef8353e997f2a26a7b56f1a35edcd..2ba417f94737a63e93f26c2ba2c6df894755e96c 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -314,6 +314,7 @@ public:
ElementShadow* shadow() const;
ElementShadow& ensureShadow();
PassRefPtrWillBeRawPtr<ShadowRoot> createShadowRoot(ExceptionState&);
+ PassRefPtrWillBeRawPtr<ShadowRoot> createUserAgentShadowRoot(ExceptionState&);
ShadowRoot* shadowRoot() const;
ShadowRoot* youngestShadowRoot() const;
« no previous file with comments | « LayoutTests/fast/html/marquee-element-shadow-root-expected.txt ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698