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 { |