| 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 a56de34d2a986d5e8e0ec79bee3fd1324b3fb4d5..2e7841383b43819ba2598ffc1313eeec5c811082 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| @@ -58,7 +58,7 @@ public:
|
| bool isImage() const override;
|
| const StyleImage* image() const { return m_image.get(); }
|
| const LayoutListItem* listItem() const { return m_listItem; }
|
| - IntSize imageBulletSize() const;
|
| + LayoutSize imageBulletSize() const;
|
|
|
| void listItemStyleDidChange();
|
|
|
|
|