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

Unified Diff: third_party/WebKit/Source/core/paint/PaintPhase.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/PaintPhase.h
diff --git a/third_party/WebKit/Source/core/paint/PaintPhase.h b/third_party/WebKit/Source/core/paint/PaintPhase.h
index eaf705077737f20d6335a54b26d8891e072bca4c..c9f8690a44f69a15a576ea78e442e67b8d061491 100644
--- a/third_party/WebKit/Source/core/paint/PaintPhase.h
+++ b/third_party/WebKit/Source/core/paint/PaintPhase.h
@@ -36,7 +36,7 @@ namespace blink {
// below inline content that can overlap them.
// 3. Foreground phase: all inlines are fully painted. Atomic inline elements will
// get all 4 phases invoked on them during this phase, as if they were stacking
-// contexts (see ObjectPainter::paintAsPseudoStackingContext()).
+// contexts (see ObjectPainter::paintAllPhasesAtomically()).
// 4. Outline phase: outlines are painted over the foreground.
enum PaintPhase {

Powered by Google App Engine
This is Rietveld 408576698