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

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
Index: Source/core/html/forms/SearchInputType.h
diff --git a/Source/core/html/forms/SearchInputType.h b/Source/core/html/forms/SearchInputType.h
index 0691e0f5738421ec64d159bc77be37500e0a0e9a..10877a0c32551c644e55c7b9538c5944ebdf8cdc 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(RenderStyle*) const override;
+ virtual LayoutObject* createRenderer(RenderStyle*) const override;
virtual const AtomicString& formControlType() const override;
virtual bool shouldRespectSpeechAttribute() override;
virtual bool needsContainer() const override;

Powered by Google App Engine
This is Rietveld 408576698