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

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

Issue 1158183006: Remove the old multicol implementation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase master Created 5 years, 6 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/LayoutBoxModelObject.cpp ('k') | Source/core/layout/LayoutInline.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutGeometryMap.cpp
diff --git a/Source/core/layout/LayoutGeometryMap.cpp b/Source/core/layout/LayoutGeometryMap.cpp
index b9f412a1c12f40b674dd992f32f186225ef3ff04..c7dedbb93608fdde59e22e4b9feead9d1eb39cfe 100644
--- a/Source/core/layout/LayoutGeometryMap.cpp
+++ b/Source/core/layout/LayoutGeometryMap.cpp
@@ -204,7 +204,7 @@ static bool canMapBetweenLayoutObjects(const LayoutObject* layoutObject, const L
if (style.position() == FixedPosition || style.isFlippedBlocksWritingMode())
return false;
- if (current->hasColumns() || current->hasTransformRelatedProperty() || current->isLayoutFlowThread() || current->isSVGRoot())
+ if (current->hasTransformRelatedProperty() || current->isLayoutFlowThread() || current->isSVGRoot())
return false;
if (current == ancestor)
« no previous file with comments | « Source/core/layout/LayoutBoxModelObject.cpp ('k') | Source/core/layout/LayoutInline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698