| Index: third_party/WebKit/Source/core/layout/LayoutMenuList.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMenuList.h b/third_party/WebKit/Source/core/layout/LayoutMenuList.h
|
| index 51c643dc9889a31eedb7c90d86c0637f73b90056..fa96089fe3803bd0066118401a782f75e88782cd 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMenuList.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMenuList.h
|
| @@ -80,6 +80,7 @@ private:
|
| void adjustInnerStyle();
|
| void setText(const String&);
|
| void setTextFromOption(int optionIndex);
|
| + void updateInnerBlockHeight();
|
| void updateOptionsWidth() const;
|
| float computeTextWidth(const TextRun&, const ComputedStyle&) const;
|
| void setIndexToSelectOnCancel(int listIndex);
|
|
|