Chromium Code Reviews| Index: Source/core/paint/BoxPainter.h |
| diff --git a/Source/core/paint/BoxPainter.h b/Source/core/paint/BoxPainter.h |
| index 8ccfa4d80de0373dc9ea9a10ff4c74cf5e83857a..c64f122ac470322efb6b87f579b78d50db52c43d 100644 |
| --- a/Source/core/paint/BoxPainter.h |
| +++ b/Source/core/paint/BoxPainter.h |
| @@ -43,6 +43,7 @@ public: |
| static void paintBoxShadow(const PaintInfo&, const LayoutRect&, const ComputedStyle&, ShadowStyle, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true); |
| static bool shouldAntialiasLines(GraphicsContext*); |
| static bool allCornersClippedOut(const FloatRoundedRect& border, const IntRect& clipRect); |
| + static bool shouldForceWhiteBackgroundForPrintEconomy(const ComputedStyle&, const Document&); |
|
chrishtr
2015/06/24 22:13:21
Add a comment explaining what this is. Maybe an ex
|
| private: |
| void paintBackground(const PaintInfo&, const LayoutRect&, const Color& backgroundColor, BackgroundBleedAvoidance = BackgroundBleedNone); |