Title: [167829] trunk/WebKitLibraries
Revision
167829
Author
[email protected]
Date
2014-04-25 15:18:36 -0700 (Fri, 25 Apr 2014)

Log Message

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:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (167828 => 167829)


--- trunk/WebKitLibraries/ChangeLog	2014-04-25 22:18:23 UTC (rev 167828)
+++ trunk/WebKitLibraries/ChangeLog	2014-04-25 22:18:36 UTC (rev 167829)
@@ -3,6 +3,16 @@
         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  <[email protected]>
+
+        Update WKSI for https://webkit.org/b/132195
+        <rdar://problem/16175750>
+
         Reviewed by Jessie Berlin.
 
         * WebKitSystemInterface.h:

Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (167828 => 167829)


--- trunk/WebKitLibraries/WebKitSystemInterface.h	2014-04-25 22:18:23 UTC (rev 167828)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h	2014-04-25 22:18:36 UTC (rev 167829)
@@ -149,7 +149,9 @@
 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__
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to