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

Unified Diff: Source/core/layout/MultiColumnFragmentainerGroupTest.cpp

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle 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/MultiColumnFragmentainerGroup.cpp ('k') | Source/core/layout/PointerEventsHitRules.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/MultiColumnFragmentainerGroupTest.cpp
diff --git a/Source/core/layout/MultiColumnFragmentainerGroupTest.cpp b/Source/core/layout/MultiColumnFragmentainerGroupTest.cpp
index 1bdb21ec7fc7bc3149f95be2db343556fdf2b62b..9d8e7c36896e86c659826979c81f19cdf4ca1704 100644
--- a/Source/core/layout/MultiColumnFragmentainerGroupTest.cpp
+++ b/Source/core/layout/MultiColumnFragmentainerGroupTest.cpp
@@ -36,7 +36,7 @@ private:
void MultiColumnFragmentainerGroupTest::SetUp()
{
RenderingTest::SetUp();
- RefPtr<LayoutStyle> style = LayoutStyle::create();
+ RefPtr<ComputedStyle> style = ComputedStyle::create();
m_flowThread = LayoutMultiColumnFlowThread::createAnonymous(document(), *style.get());
m_columnSet = LayoutMultiColumnSet::createAnonymous(*m_flowThread, *m_flowThread->style());
}
« no previous file with comments | « Source/core/layout/MultiColumnFragmentainerGroup.cpp ('k') | Source/core/layout/PointerEventsHitRules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698