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

Unified Diff: Source/core/html/forms/TextFieldInputType.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/SearchInputType.cpp ('k') | Source/core/html/forms/TextFieldInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/TextFieldInputType.h
diff --git a/Source/core/html/forms/TextFieldInputType.h b/Source/core/html/forms/TextFieldInputType.h
index be3deb0ae9549c7cc0572dc0ace1d6e38ada0935..f250b112739008e7b3165769fe9ca063eb1a5f8d 100644
--- a/Source/core/html/forms/TextFieldInputType.h
+++ b/Source/core/html/forms/TextFieldInputType.h
@@ -81,7 +81,7 @@ private:
virtual void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) override;
virtual void forwardEvent(Event*) override final;
virtual bool shouldSubmitImplicitly(Event*) override final;
- virtual RenderObject* createRenderer(const RenderStyle&) const override;
+ virtual LayoutObject* createRenderer(const RenderStyle&) const override;
virtual String sanitizeValue(const String&) const override;
virtual bool shouldRespectListAttribute() override;
virtual void listAttributeTargetChanged() override;
« no previous file with comments | « Source/core/html/forms/SearchInputType.cpp ('k') | Source/core/html/forms/TextFieldInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698