Index: third_party/WebKit/Source/core/paint/ObjectPainter.h |
diff --git a/third_party/WebKit/Source/core/paint/ObjectPainter.h b/third_party/WebKit/Source/core/paint/ObjectPainter.h |
index 539ebb87b4fae227743d02befc917b8c9783e207..3894c650588c47aec4322224ce666a7ea7a2a99c 100644 |
--- a/third_party/WebKit/Source/core/paint/ObjectPainter.h |
+++ b/third_party/WebKit/Source/core/paint/ObjectPainter.h |
@@ -41,7 +41,7 @@ public: |
// It is expected that the caller will call this function independent of the value of paintInfo.phase, |
// and this function will do atomic paint (for PaintPhaseForeground), normal paint (for PaintPhaseSelection |
// and PaintPhaseTextClip) or nothing (other paint phases) according to paintInfo.phase. |
pdr.
2016/03/16 02:22:53
Optional: maybe include a link to the markdown her
Xianzhu
2016/03/16 18:10:24
Done.
|
- void paintAsPseudoStackingContext(const PaintInfo&, const LayoutPoint& paintOffset); |
+ void paintAllPhasesAtomically(const PaintInfo&, const LayoutPoint& paintOffset); |
private: |
static void drawDashedOrDottedBoxSide(GraphicsContext&, int x1, int y1, int x2, int y2, |