| Index: Source/WebCore/platform/chromium/PopupContainer.h
|
| ===================================================================
|
| --- Source/WebCore/platform/chromium/PopupContainer.h (revision 115663)
|
| +++ Source/WebCore/platform/chromium/PopupContainer.h (working copy)
|
| @@ -99,7 +99,7 @@
|
| int selectedIndex() const;
|
|
|
| // Refresh the popup values from the PopupMenuClient.
|
| - void refresh(const IntRect& targetControlRect);
|
| + IntRect refresh(const IntRect& targetControlRect);
|
|
|
| // The menu per-item data.
|
| const WTF::Vector<PopupItem*>& popupData() const;
|
|
|