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

Unified Diff: Source/core/html/forms/InputType.cpp

Issue 1115353002: Update renderer to layoutObject in core/html. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/InputType.h ('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/InputType.cpp
diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp
index 856a28699a0ce8fee963e7f1fbe13cdcdffca490..29765d2a0fb08cad7c84f9b33b645c3a21d3d4c6 100644
--- a/Source/core/html/forms/InputType.cpp
+++ b/Source/core/html/forms/InputType.cpp
@@ -836,7 +836,7 @@ void InputType::stepUp(int n, ExceptionState& exceptionState)
applyStep(current, n, RejectAny, DispatchNoEvent, exceptionState);
}
-void InputType::stepUpFromRenderer(int n)
+void InputType::stepUpFromLayoutObject(int n)
{
// The only difference from stepUp()/stepDown() is the extra treatment
// of the current value before applying the step:
« no previous file with comments | « Source/core/html/forms/InputType.h ('k') | Source/core/html/forms/TextFieldInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698