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

Unified Diff: Source/core/layout/LayoutThemeTest.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/LayoutThemeMac.mm ('k') | Source/core/layout/LayoutTreeAsText.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutThemeTest.cpp
diff --git a/Source/core/layout/LayoutThemeTest.cpp b/Source/core/layout/LayoutThemeTest.cpp
index 52e3de3e354679b3955a366e8fb5db50cb8c3cef..b4521c1f5b062281f5f3da447ee34ebee5b99944 100644
--- a/Source/core/layout/LayoutThemeTest.cpp
+++ b/Source/core/layout/LayoutThemeTest.cpp
@@ -61,7 +61,7 @@ TEST_F(LayoutThemeTest, ChangeFocusRingColor)
Element* span = document().getElementById(AtomicString("span"));
EXPECT_NE(nullptr, span);
- EXPECT_NE(nullptr, span->renderer());
+ EXPECT_NE(nullptr, span->layoutObject());
Color customColor = makeRGB(123, 145, 167);
« no previous file with comments | « Source/core/layout/LayoutThemeMac.mm ('k') | Source/core/layout/LayoutTreeAsText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698