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

Unified Diff: Source/core/html/forms/SearchInputType.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/forms/RangeInputType.cpp ('k') | Source/core/html/forms/SearchInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/SearchInputType.h
diff --git a/Source/core/html/forms/SearchInputType.h b/Source/core/html/forms/SearchInputType.h
index d77fc954b6714c7a989057e36d4b2e93896d644e..1830b2b3a3577b2ef4af0aa205c00bfe4b0a65ac 100644
--- a/Source/core/html/forms/SearchInputType.h
+++ b/Source/core/html/forms/SearchInputType.h
@@ -45,7 +45,7 @@ public:
private:
SearchInputType(HTMLInputElement&);
virtual void countUsage() override;
- virtual RenderObject* createRenderer(const RenderStyle&) const override;
+ virtual LayoutObject* createRenderer(const RenderStyle&) const override;
virtual const AtomicString& formControlType() const override;
virtual bool shouldRespectSpeechAttribute() override;
virtual bool needsContainer() const override;
« no previous file with comments | « Source/core/html/forms/RangeInputType.cpp ('k') | Source/core/html/forms/SearchInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698