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

Unified Diff: Source/core/html/shadow/TextControlInnerElements.cpp

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/shadow/SpinButtonElement.cpp ('k') | Source/core/imagebitmap/ImageBitmapFactories.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/TextControlInnerElements.cpp
diff --git a/Source/core/html/shadow/TextControlInnerElements.cpp b/Source/core/html/shadow/TextControlInnerElements.cpp
index caa9abbe54e2fbaa78140ad9e91be2fa83d8d60a..9cea2c524d3da5997a9b776864a2c53c1f34ef6e 100644
--- a/Source/core/html/shadow/TextControlInnerElements.cpp
+++ b/Source/core/html/shadow/TextControlInnerElements.cpp
@@ -137,7 +137,7 @@ LayoutObject* TextControlInnerEditorElement::createLayoutObject(const LayoutStyl
PassRefPtr<LayoutStyle> TextControlInnerEditorElement::customStyleForRenderer()
{
- LayoutObject* parentRenderer = shadowHost()->renderer();
+ LayoutObject* parentRenderer = shadowHost()->layoutObject();
if (!parentRenderer || !parentRenderer->isTextControl())
return originalStyleForRenderer();
LayoutTextControl* textControlRenderer = toLayoutTextControl(parentRenderer);
« no previous file with comments | « Source/core/html/shadow/SpinButtonElement.cpp ('k') | Source/core/imagebitmap/ImageBitmapFactories.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698