Index: Source/core/paint/PaintInfo.h |
diff --git a/Source/core/paint/PaintInfo.h b/Source/core/paint/PaintInfo.h |
index 0277e60134a77e4505302cc2ca57c8497948cfe9..c61010a8a70cbd11b6e8c28fa0d8302dd5ac2474 100644 |
--- a/Source/core/paint/PaintInfo.h |
+++ b/Source/core/paint/PaintInfo.h |
@@ -78,6 +78,7 @@ struct PaintInfo { |
bool skipRootBackground() const { return paintBehavior & PaintBehaviorSkipRootBackground; } |
bool paintRootBackgroundOnly() const { return paintBehavior & PaintBehaviorRootBackgroundOnly; } |
+ bool isPrinting() const { return paintBehavior & PaintBehaviorPrinting; } |
DisplayItem::Type displayItemTypeForClipping() const { return DisplayItem::paintPhaseToClipBoxType(phase); } |