| Index: third_party/WebKit/Source/core/paint/ThemePainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ThemePainter.h b/third_party/WebKit/Source/core/paint/ThemePainter.h
|
| index db2a3398e55fee123d3e11b4a191053ea1a7ad38..fef26fa9555793a63c24a0cd77e0356903273f8f 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainter.h
|
| @@ -39,9 +39,10 @@ class ThemePainter {
|
| public:
|
| explicit ThemePainter();
|
|
|
| - // This method is called to paint the widget as a background of the LayoutObject. A widget's foreground, e.g., the
|
| - // text of a button, is always rendered by the engine itself. The boolean return value indicates
|
| - // whether the CSS border/background should also be painted.
|
| + // This method is called to paint the widget as a background of the
|
| + // LayoutObject. A widget's foreground, e.g., the text of a button, is always
|
| + // rendered by the engine itself. The boolean return value indicates whether
|
| + // the CSS border/background should also be painted.
|
| bool paint(const LayoutObject&, const PaintInfo&, const IntRect&);
|
| bool paintBorderOnly(const LayoutObject&, const PaintInfo&, const IntRect&);
|
| bool paintDecorations(const LayoutObject&, const PaintInfo&, const IntRect&);
|
|
|