| Index: third_party/WebKit/Source/core/layout/LayoutListItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListItem.h b/third_party/WebKit/Source/core/layout/LayoutListItem.h
|
| index d6a893bd616a55752d6beb3d1f82986a46e7d5e0..af265904278830c4a4fb01c6d832b768cac4a43e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListItem.h
|
| @@ -63,6 +63,8 @@ class LayoutListItem final : public LayoutBlockFlow {
|
|
|
| const char* name() const override { return "LayoutListItem"; }
|
|
|
| + void addLogicalHeightFromChild(const LayoutBox&);
|
| +
|
| private:
|
| bool isOfType(LayoutObjectType type) const override {
|
| return type == LayoutObjectListItem || LayoutBlockFlow::isOfType(type);
|
|
|