| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index 71fc4248e32f484e2cc9f956f8fa2c97926aa084..34e7223fcf60ea9784afb5170a54fb18db4f5e91 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -4677,11 +4677,4 @@ void LayoutBox::clearPercentHeightDescendants()
|
| }
|
| }
|
|
|
| -void LayoutBox::IntrinsicSizingInfo::transpose()
|
| -{
|
| - size = size.transposedSize();
|
| - aspectRatio = aspectRatio.transposedSize();
|
| - std::swap(hasWidth, hasHeight);
|
| -}
|
| -
|
| } // namespace blink
|
|
|