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

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

Issue 456323002: [WIP] Re-implement MediaControls in Blink-in-JS (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index bd2e0b29ceb3484252b9994aa58c2184728a1bb3..51074e83f1cea8e260a088a430845d8fb2ab1855 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -329,6 +329,7 @@ public:
ElementShadow* shadow() const;
ElementShadow& ensureShadow();
PassRefPtrWillBeRawPtr<ShadowRoot> createShadowRoot(ExceptionState&);
+ PassRefPtrWillBeRawPtr<ShadowRoot> createUserAgentShadowRoot(ExceptionState&);
ShadowRoot* shadowRoot() const;
ShadowRoot* youngestShadowRoot() const;

Powered by Google App Engine
This is Rietveld 408576698