| Index: third_party/WebKit/Source/core/paint/GridPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/GridPainter.cpp b/third_party/WebKit/Source/core/paint/GridPainter.cpp
|
| index 9242e5424595ef6d58af6e35cd74f9916de976a9..35062cd6eca4afd5816ccfbdce50c21330426683 100644
|
| --- a/third_party/WebKit/Source/core/paint/GridPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/GridPainter.cpp
|
| @@ -76,7 +76,7 @@ void GridPainter::paintChildren(const PaintInfo& paintInfo, const LayoutPoint& p
|
| if (current == previous)
|
| continue;
|
|
|
| - BlockPainter(m_layoutGrid).paintChildAsPseudoStackingContext(*current, paintInfo, paintOffset);
|
| + BlockPainter(m_layoutGrid).paintChildAllPhasesAtomically(*current, paintInfo, paintOffset);
|
| previous = current;
|
| }
|
| }
|
|
|