| Index: third_party/WebKit/Source/core/paint/BoxPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxPainter.h b/third_party/WebKit/Source/core/paint/BoxPainter.h
|
| index 93247a23540a9f74334e3ac5a5ea4efe0bce5876..dc288498017dcc7d021779d7bfcc1ddfc67a32ee 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPainter.h
|
| @@ -47,6 +47,8 @@ public:
|
| static void paintBoxShadow(const PaintInfo&, const LayoutRect&, const ComputedStyle&, ShadowStyle, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true);
|
| static bool shouldForceWhiteBackgroundForPrintEconomy(const ComputedStyle&, const Document&);
|
|
|
| + LayoutRect boundsForDrawingRecorder(const LayoutPoint& adjustedPaintOffset);
|
| +
|
| private:
|
| void paintBackground(const PaintInfo&, const LayoutRect&, const Color& backgroundColor, BackgroundBleedAvoidance = BackgroundBleedNone);
|
| static FloatRoundedRect backgroundRoundedRectAdjustedForBleedAvoidance(const LayoutObject&, const LayoutRect&, BackgroundBleedAvoidance, const InlineFlowBox*, const LayoutSize&, bool includeLogicalLeftEdge, bool includeLogicalRightEdge);
|
| @@ -54,8 +56,6 @@ private:
|
| bool includeLogicalLeftEdge, bool includeLogicalRightEdge);
|
| static void applyBoxShadowForBackground(GraphicsContext&, const LayoutObject&);
|
|
|
| - LayoutRect boundsForDrawingRecorder(const LayoutPoint& paintOffset);
|
| -
|
| const LayoutBox& m_layoutBox;
|
| };
|
|
|
|
|