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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeMac.h

Issue 2405633002: Reformat comments in core/layout (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/layout/LayoutThemeMac.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
index 032782f1bb8b91dc2244971e27b12e7e26989cb1..52d1750d61ac36e104a925cf83da697a5b06d5c3 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
@@ -104,7 +104,8 @@ class LayoutThemeMac final : public LayoutTheme {
public:
// Constants and methods shared with ThemePainterMac
- // Get the control size based off the font. Used by some of the controls (like buttons).
+ // Get the control size based off the font. Used by some of the controls (like
+ // buttons).
NSControlSize controlSizeForFont(const ComputedStyle&) const;
NSControlSize controlSizeForSystemFont(const ComputedStyle&) const;
void setControlSize(NSCell*,
@@ -138,7 +139,8 @@ class LayoutThemeMac final : public LayoutTheme {
NSSearchFieldCell* search() const;
NSTextFieldCell* textField() const;
- // A view associated to the contained document. Subclasses may not have such a view and return a fake.
+ // A view associated to the contained document. Subclasses may not have such a
+ // view and return a fake.
NSView* documentViewFor(const LayoutObject&) const;
void updateActiveState(NSCell*, const LayoutObject&);
@@ -166,7 +168,8 @@ class LayoutThemeMac final : public LayoutTheme {
void adjustMediaSliderThumbSize(ComputedStyle&) const;
String extraFullscreenStyleSheet() override;
- // Controls color values returned from platformFocusRingColor(). systemColor() will be used when false.
+ // Controls color values returned from platformFocusRingColor(). systemColor()
+ // will be used when false.
bool usesTestModeFocusRingColor() const;
bool shouldUseFallbackTheme(const ComputedStyle&) const override;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698