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

Unified Diff: Source/web/tests/LayoutGeometryMapTest.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/web/mac/WebSubstringUtil.mm ('k') | Source/web/tests/PinchViewportTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/LayoutGeometryMapTest.cpp
diff --git a/Source/web/tests/LayoutGeometryMapTest.cpp b/Source/web/tests/LayoutGeometryMapTest.cpp
index 1bbb487ab8d069b8d99dfd5d38481e5efeba73c6..6434f16da82c704e5b1dae31d5acad23f20b98e2 100644
--- a/Source/web/tests/LayoutGeometryMapTest.cpp
+++ b/Source/web/tests/LayoutGeometryMapTest.cpp
@@ -98,7 +98,7 @@ protected:
Layer* compositingLayer = rb->enclosingLayer()->enclosingLayerForPaintInvalidation();
if (!compositingLayer)
return nullptr;
- return compositingLayer->renderer();
+ return compositingLayer->layoutObject();
}
static const LayoutBoxModelObject* getFrameRenderContainer(const char* frameId, WebView* webView, const WTF::AtomicString &elementId)
@@ -109,7 +109,7 @@ protected:
Layer* compositingLayer = rb->enclosingLayer()->enclosingLayerForPaintInvalidation();
if (!compositingLayer)
return nullptr;
- return compositingLayer->renderer();
+ return compositingLayer->layoutObject();
}
static const FloatRect rectFromQuad(const FloatQuad& quad)
« no previous file with comments | « Source/web/mac/WebSubstringUtil.mm ('k') | Source/web/tests/PinchViewportTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698