| 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;
|
|
|
|
|