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..08cab2dc52993305c1d5b2c64611c1ad2a3dc6ab 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 paintChildAllPhasesAtomically(const LayoutBox&, const PaintInfo&, const LayoutPoint&); |
pdr.
2016/03/16 02:22:53
Nit: paintAllChildPhasesAtomically sounds a little
Xianzhu
2016/03/16 18:10:24
Done.
|
static void paintChildrenOfFlexibleBox(const LayoutFlexibleBox&, const PaintInfo&, const LayoutPoint& paintOffset); |
static void paintInlineBox(const InlineBox&, const PaintInfo&, const LayoutPoint& paintOffset); |