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..299e603a4b8777827661fa081b084b95af6cc753 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).paintAllChildPhasesAtomically(*current, paintInfo, paintOffset); |
previous = current; |
} |
} |