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

Unified Diff: Source/core/html/shadow/TextControlInnerElements.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/shadow/TextControlInnerElements.h
diff --git a/Source/core/html/shadow/TextControlInnerElements.h b/Source/core/html/shadow/TextControlInnerElements.h
index f1e527223ec017054ed62743698666d84c7c3554..97ffaa54fc1b88551cb8e57d7aa968066d6da8ed 100644
--- a/Source/core/html/shadow/TextControlInnerElements.h
+++ b/Source/core/html/shadow/TextControlInnerElements.h
@@ -38,7 +38,7 @@ public:
protected:
explicit TextControlInnerContainer(Document&);
- virtual RenderObject* createRenderer(const RenderStyle&) override;
+ virtual LayoutObject* createRenderer(const RenderStyle&) override;
};
class EditingViewPortElement final : public HTMLDivElement {
@@ -61,7 +61,7 @@ public:
private:
explicit TextControlInnerEditorElement(Document&);
- virtual RenderObject* createRenderer(const RenderStyle&) override;
+ virtual LayoutObject* createRenderer(const RenderStyle&) override;
virtual PassRefPtr<RenderStyle> customStyleForRenderer() override;
virtual bool supportsFocus() const override { return false; }
};
« no previous file with comments | « Source/core/html/shadow/SliderThumbElement.cpp ('k') | Source/core/html/shadow/TextControlInnerElements.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698