| Index: Source/WebCore/platform/chromium/PopupMenuChromium.h
|
| ===================================================================
|
| --- Source/WebCore/platform/chromium/PopupMenuChromium.h (revision 130911)
|
| +++ Source/WebCore/platform/chromium/PopupMenuChromium.h (working copy)
|
| @@ -56,6 +56,8 @@
|
|
|
| static int minimumRowHeight() { return s_minimumRowHeight; }
|
| static void setMinimumRowHeight(int minimumRowHeight) { s_minimumRowHeight = minimumRowHeight; }
|
| + static int optionRowHeightForTouch() { return s_optionRowHeightForTouch; }
|
| + static void setOptionRowHeightForTouch(int optionRowHeightForTouch) { s_optionRowHeightForTouch = optionRowHeightForTouch; }
|
|
|
| private:
|
| PopupMenuClient* client() const { return m_popupClient; }
|
| @@ -64,6 +66,7 @@
|
| PopupMenuPrivate p;
|
|
|
| static int s_minimumRowHeight;
|
| + static int s_optionRowHeightForTouch;
|
| };
|
|
|
| } // namespace WebCore
|
|
|