| Index: third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| index a496cf22535439c43d60e28b0f793e4805232293..74fefefb6a647bfc054f3798ad8fa35ded663260 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| @@ -641,7 +641,7 @@ bool PaintLayerPainter::atLeastOneFragmentIntersectsDamageRect(
|
| inline bool PaintLayerPainter::isFixedPositionObjectInPagedMedia() {
|
| LayoutObject* object = m_paintLayer.layoutObject();
|
| LayoutView* view = object->view();
|
| - return object->styleRef().position() == FixedPosition &&
|
| + return object->styleRef().position() == EPosition::kFixed &&
|
| object->container() == view && view->pageLogicalHeight() &&
|
| // TODO(crbug.com/619094): Figure out the correct behaviour for fixed
|
| // position objects in paged media with vertical writing modes.
|
|
|