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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.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/LayoutTextControlMultiLine.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h b/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h
index 23b4ae4c3331a8cc9a9edf05ca9090380e4d56e0..a60ea843167fcfa687a7bc31ef15b99e425b42ab 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2008 Torch Mobile Inc. All rights reserved. (http://www.torchmobile.com/)
+ * Copyright (C) 2008 Torch Mobile Inc. All rights reserved.
+ * (http://www.torchmobile.com/)
* Copyright (C) 2009 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
@@ -48,7 +49,8 @@ class LayoutTextControlMultiLine final : public LayoutTextControl {
LayoutUnit computeControlLogicalHeight(
LayoutUnit lineHeight,
LayoutUnit nonContentHeight) const override;
- // We override the two baseline functions because we want our baseline to be the bottom of our margin box.
+ // We override the two baseline functions because we want our baseline to be
+ // the bottom of our margin box.
int baselinePosition(
FontBaseline,
bool firstLine,

Powered by Google App Engine
This is Rietveld 408576698