| Index: third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListMarker.h b/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| index 87f4c08077aa57e774ac9f535f455f7fd92a4e06..2e7841383b43819ba2598ffc1313eeec5c811082 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| @@ -58,6 +58,7 @@ public:
|
| bool isImage() const override;
|
| const StyleImage* image() const { return m_image.get(); }
|
| const LayoutListItem* listItem() const { return m_listItem; }
|
| + LayoutSize imageBulletSize() const;
|
|
|
| void listItemStyleDidChange();
|
|
|
|
|