Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: third_party/WebKit/Source/core/paint/ThemePainter.h

Issue 2392443009: reflow comments in core/paint (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);
« no previous file with comments | « third_party/WebKit/Source/core/paint/TextPainter.cpp ('k') | third_party/WebKit/Source/core/paint/ThemePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698