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

Unified Diff: Source/core/dom/NodeLayoutStyle.h

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/dom/Node.cpp ('k') | Source/core/dom/NodeRareData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/NodeLayoutStyle.h
diff --git a/Source/core/dom/NodeLayoutStyle.h b/Source/core/dom/NodeLayoutStyle.h
index e5094a9ddf5212fa3469515f7abb9b854043e99d..cad0ccccb541e043107d5257e637c95f35f2cb98 100644
--- a/Source/core/dom/NodeLayoutStyle.h
+++ b/Source/core/dom/NodeLayoutStyle.h
@@ -35,7 +35,7 @@ namespace blink {
inline LayoutStyle* Node::layoutStyle() const
{
- if (LayoutObject* renderer = this->renderer())
+ if (LayoutObject* renderer = this->layoutObject())
return renderer->style();
// <option> and <optgroup> can be styled even if they don't get renderers,
// so they store their style internally and return it through nonRendererStyle().
« no previous file with comments | « Source/core/dom/Node.cpp ('k') | Source/core/dom/NodeRareData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698