| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 62727ddeac9651e227c5083d38ce3753c162224b..4b6a376638ab0a609520c227301a0a1eed5f6bbe 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -826,10 +826,10 @@ public:
|
|
|
| struct IntrinsicSizingInfo {
|
| STACK_ALLOCATED();
|
| - IntrinsicSizingInfo() : aspectRatio(0), hasWidth(true), hasHeight(true) {}
|
| + IntrinsicSizingInfo() : hasWidth(true), hasHeight(true) {}
|
|
|
| FloatSize size;
|
| - double aspectRatio;
|
| + FloatSize aspectRatio;
|
| bool hasWidth;
|
| bool hasHeight;
|
|
|
|
|