Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: third_party/WebKit/Source/core/paint/BlockPainter.h

Issue 1798263002: Rename isTreatedAsOrStackingContext to isStacked (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Markdown, isStacked, paintAllPhasesAtomically Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698