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

Unified Diff: Source/core/layout/LayoutTextControlSingleLine.h

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (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/layout/LayoutTextControlSingleLine.h
diff --git a/Source/core/layout/LayoutTextControlSingleLine.h b/Source/core/layout/LayoutTextControlSingleLine.h
index e4cd11a575460a9c1420622bbf04c4499a57b4ea..51a4000d211bd3e7831d113c5a48ef0c1109cda1 100644
--- a/Source/core/layout/LayoutTextControlSingleLine.h
+++ b/Source/core/layout/LayoutTextControlSingleLine.h
@@ -40,7 +40,7 @@ public:
void capsLockStateMayHaveChanged();
protected:
- virtual void centerContainerIfNeeded(RenderBox*) const { }
+ virtual void centerContainerIfNeeded(LayoutBox*) const { }
virtual LayoutUnit computeLogicalHeightLimit() const;
Element* containerElement() const;
Element* editingViewPortElement() const;
« no previous file with comments | « Source/core/layout/LayoutTextControlMultiLine.cpp ('k') | Source/core/layout/LayoutTextControlSingleLine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698