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

Unified Diff: Source/core/layout/LayoutScrollbar.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/layout/LayoutObject.cpp ('k') | Source/core/layout/LayoutSliderContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutScrollbar.cpp
diff --git a/Source/core/layout/LayoutScrollbar.cpp b/Source/core/layout/LayoutScrollbar.cpp
index 4bb6d6cc8f78feedf5f168a690aa90947428973b..d7cf6b52e38527e2ed3ee68573e5521e91418d1c 100644
--- a/Source/core/layout/LayoutScrollbar.cpp
+++ b/Source/core/layout/LayoutScrollbar.cpp
@@ -93,7 +93,7 @@ LayoutBox* LayoutScrollbar::owningRenderer() const
{
if (m_owningFrame)
return m_owningFrame->ownerLayoutObject();
- return m_owner && m_owner->renderer() ? m_owner->renderer()->enclosingBox() : 0;
+ return m_owner && m_owner->layoutObject() ? m_owner->layoutObject()->enclosingBox() : 0;
}
void LayoutScrollbar::setParent(Widget* parent)
« no previous file with comments | « Source/core/layout/LayoutObject.cpp ('k') | Source/core/layout/LayoutSliderContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698