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

Unified Diff: Source/core/paint/DeprecatedPaintLayer.cpp

Issue 1122323002: Cleanup: Remove LayoutRegion. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase master Created 5 years, 7 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
Index: Source/core/paint/DeprecatedPaintLayer.cpp
diff --git a/Source/core/paint/DeprecatedPaintLayer.cpp b/Source/core/paint/DeprecatedPaintLayer.cpp
index 5d70439d08a9bafe87cde8292b7d740f4ab4abf3..1f524ab0a7e9a3a5fed45bcb9220e2c2cf309c03 100644
--- a/Source/core/paint/DeprecatedPaintLayer.cpp
+++ b/Source/core/paint/DeprecatedPaintLayer.cpp
@@ -1359,7 +1359,7 @@ static inline const DeprecatedPaintLayer* accumulateOffsetTowardsAncestor(const
// FIXME: Positioning of out-of-flow(fixed, absolute) elements collected in a LayoutFlowThread
// may need to be revisited in a future patch.
// If the fixed layoutObject is inside a LayoutFlowThread, we should not compute location using localToAbsolute,
- // since localToAbsolute maps the coordinates from flow thread to regions coordinates and regions can be
+ // since localToAbsolute maps the coordinates from flow thread to column set coordinates and column sets can be
// positioned in a completely different place in the viewport (LayoutView).
if (position == FixedPosition && (!ancestorLayer || ancestorLayer == layoutObject->view()->layer())) {
// If the fixed layer's container is the root, just add in the offset of the view. We can obtain this by calling

Powered by Google App Engine
This is Rietveld 408576698