Index: third_party/WebKit/Source/core/paint/ObjectPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/ObjectPainter.cpp b/third_party/WebKit/Source/core/paint/ObjectPainter.cpp |
index 32fcadefa4d840abc045ac95cfc642f01e5f4c2f..b9d82d5f7d3e2984026873b3da6cb6de45fc86c3 100644 |
--- a/third_party/WebKit/Source/core/paint/ObjectPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/ObjectPainter.cpp |
@@ -532,7 +532,7 @@ void ObjectPainter::drawSolidBoxSide(GraphicsContext& graphicsContext, int x1, i |
graphicsContext.fillPolygon(4, quad, color, antialias); |
} |
-void ObjectPainter::paintAsPseudoStackingContext(const PaintInfo& paintInfo, const LayoutPoint& paintOffset) |
+void ObjectPainter::paintAllPhasesAtomically(const PaintInfo& paintInfo, const LayoutPoint& paintOffset) |
{ |
// Pass PaintPhaseSelection and PaintPhaseTextClip to the descendants so that they will paint |
// for selection and text clip respectively. We don't need complete painting for these phases. |