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

Unified Diff: Source/core/html/HTMLButtonElement.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/HTMLAudioElement.cpp ('k') | Source/core/html/HTMLContentElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLButtonElement.h
diff --git a/Source/core/html/HTMLButtonElement.h b/Source/core/html/HTMLButtonElement.h
index 896ced4565db96df7e72e40f53dd645f8f19621e..986e2dc841e69a547c6e7d352a438b8336e288bc 100644
--- a/Source/core/html/HTMLButtonElement.h
+++ b/Source/core/html/HTMLButtonElement.h
@@ -49,7 +49,7 @@ private:
virtual LayoutObject* createRenderer(const LayoutStyle&) override;
// HTMLFormControlElement always creates one, but buttons don't need it.
- virtual bool alwaysCreateUserAgentShadowRoot() const override { return false; }
+ virtual bool alwaysCreateClosedShadowRoot() const override { return false; }
virtual Node::InsertionNotificationRequest insertedInto(ContainerNode*) override;
virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) override;
« no previous file with comments | « Source/core/html/HTMLAudioElement.cpp ('k') | Source/core/html/HTMLContentElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698