| Index: third_party/WebKit/Source/core/paint/BlockPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/BlockPainter.h b/third_party/WebKit/Source/core/paint/BlockPainter.h
|
| index c32a11956e7232882ffffd426e06a748587ce0c0..3b0d1c873884aec9f414a4053d1255f48b062672 100644
|
| --- a/third_party/WebKit/Source/core/paint/BlockPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/BlockPainter.h
|
| @@ -29,8 +29,8 @@ public:
|
| void paintChild(const LayoutBox&, const PaintInfo&, const LayoutPoint&);
|
| void paintOverflowControlsIfNeeded(const PaintInfo&, const LayoutPoint&);
|
|
|
| - // See ObjectPainter::paintAsPseudoStackingContext for explanation of "pseudo stacking context".
|
| - void paintChildAsPseudoStackingContext(const LayoutBox&, const PaintInfo&, const LayoutPoint&);
|
| + // See ObjectPainter::paintAllPhasesAtomically().
|
| + void paintAllChildPhasesAtomically(const LayoutBox&, const PaintInfo&, const LayoutPoint&);
|
| static void paintChildrenOfFlexibleBox(const LayoutFlexibleBox&, const PaintInfo&, const LayoutPoint& paintOffset);
|
| static void paintInlineBox(const InlineBox&, const PaintInfo&, const LayoutPoint& paintOffset);
|
|
|
|
|