+2014-04-25 Dean Jackson <dino@apple.com>
+
+ Update WKSI for https://webkit.org/b/132195
+ <rdar://problem/16175750>
+
+ Sorry, I forgot to update the header. This should fix
+ the Mac builds.
+
+ * WebKitSystemInterface.h:
+
2014-04-25 Dean Jackson <dino@apple.com>
Update WKSI for https://webkit.org/b/132195
void WKDrawBezeledTextFieldCell(NSRect, BOOL enabled);
void WKDrawTextFieldCellFocusRing(NSTextFieldCell*, NSRect);
void WKDrawBezeledTextArea(NSRect, BOOL enabled);
+
void WKPopupMenu(NSMenu*, NSPoint location, float width, NSView*, int selectedItem, NSFont*);
+void WKPopupMenuWithSize(NSMenu*, NSPoint location, float width, NSView*, int selectedItem, NSFont*, NSControlSize controlSize);
void WKPopupContextMenu(NSMenu *menu, NSPoint screenLocation);
void WKSendUserChangeNotifications(void);
#ifndef __LP64__