[Webkit-unassigned] [Bug 43198] Handle contents size change in WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 6 21:18:48 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43198





--- Comment #12 from Sam Weinig <sam at webkit.org>  2010-08-06 21:18:48 PST ---
(From update of attachment 63729)
> @@ -124,6 +125,7 @@ typedef WKStringRef (*WKPageRunJavaScriptPromptCallback)(WKPageRef page, WKStrin
>  struct WKPageUIClient {
>      int                                                                 version;
>      const void *                                                        clientInfo;
> +    WKPageContentsSizeChangedCallback                                   contentsSizeChanged;
>      WKPageCreateNewPageCallback                                         createNewPage;
>      WKPageShowPageCallback                                              showPage;
>      WKPageCloseCallback                                                 close;

Please put the new callback last.

Otherwise, this looks fine.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list