| Index: third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h b/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| index b89e7bfba0a77e048448cb9a1c22a5cff99f17bb..b0bc90ae3823e2720cc75649c58333d2d3c481f6 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| @@ -52,6 +52,16 @@ public:
|
| return toBox()->location();
|
| }
|
|
|
| + LayoutUnit logicalWidth() const
|
| + {
|
| + return toBox()->logicalWidth();
|
| + }
|
| +
|
| + LayoutUnit logicalHeight() const
|
| + {
|
| + return toBox()->logicalHeight();
|
| + }
|
| +
|
| LayoutUnit minPreferredLogicalWidth() const
|
| {
|
| return toBox()->minPreferredLogicalWidth();
|
|
|