| Index: third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| index 049640447983c0360c72adfea4309b6aedcde362..5c9cf73289b3804e5b8d1766defe29047048d2ff 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| @@ -362,7 +362,7 @@ const LayoutObject* LayoutView::pushMappingToContainer(const LayoutBoxModelObjec
|
| if ((!ancestorToStopAt || container) && shouldUseTransformFromContainer(container)) {
|
| TransformationMatrix t;
|
| getTransformFromContainer(container, LayoutSize(), t);
|
| - geometryMap.push(this, t, HasTransform, offsetForFixedPosition);
|
| + geometryMap.push(this, t, ContainsFixedPosition, offsetForFixedPosition);
|
| } else {
|
| geometryMap.push(this, offset, 0, offsetForFixedPosition);
|
| }
|
|
|