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

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

Issue 2400863005: Reformat comments in core/layout up until LayoutTableRow (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/LayoutReplaced.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutReplaced.h b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
index 356c81ab78bb9c36e33890da5bf97d200dfe3462..21176755b4282c8b6e44bd5ef3ab9d6d04618011 100644
--- a/third_party/WebKit/Source/core/layout/LayoutReplaced.h
+++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
@@ -110,8 +110,9 @@ class CORE_EXPORT LayoutReplaced : public LayoutBox {
void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth,
LayoutUnit& maxLogicalWidth) const final;
- // This function calculates the placement of the replaced contents. It takes intrinsic size of
- // the replaced contents, stretch to fit CSS content box according to object-fit.
+ // This function calculates the placement of the replaced contents. It takes
+ // intrinsic size of the replaced contents, stretch to fit CSS content box
+ // according to object-fit.
LayoutRect computeObjectFit(
const LayoutSize* overriddenIntrinsicSize = nullptr) const;

Powered by Google App Engine
This is Rietveld 408576698