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

Unified Diff: Source/core/html/HTMLDetailsElement.h

Issue 935283002: Rename {Author,UserAgent}ShadowRoot to {Open,Closed}ShadowRoot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix inspector tests Created 5 years, 10 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 | « Source/core/html/HTMLContentElement.cpp ('k') | Source/core/html/HTMLDetailsElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLDetailsElement.h
diff --git a/Source/core/html/HTMLDetailsElement.h b/Source/core/html/HTMLDetailsElement.h
index ad2d7c2a5316cee601a33c50bcb90ccf3603fe84..5336de86a8a1a4cce146764c83020085aa40f3f7 100644
--- a/Source/core/html/HTMLDetailsElement.h
+++ b/Source/core/html/HTMLDetailsElement.h
@@ -44,7 +44,7 @@ private:
virtual LayoutObject* createRenderer(const LayoutStyle&) override;
virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
- virtual void didAddUserAgentShadowRoot(ShadowRoot&) override;
+ virtual void didAddClosedShadowRoot(ShadowRoot&) override;
virtual bool isInteractiveContent() const override;
bool m_isOpen;
« no previous file with comments | « Source/core/html/HTMLContentElement.cpp ('k') | Source/core/html/HTMLDetailsElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698