| 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 c7af36f1a29144f6407ff880b346e007a6b1468b..9242e5424595ef6d58af6e35cd74f9916de976a9 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).paintChildAsInlineBlock(*current, paintInfo, paintOffset);
|
| + BlockPainter(m_layoutGrid).paintChildAsPseudoStackingContext(*current, paintInfo, paintOffset);
|
| previous = current;
|
| }
|
| }
|
|
|