[Webkit-unassigned] [Bug 44508] [EFL] Add PlatformVideoWindowEfl.cpp for WebKit EFL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 25 02:02:43 PDT 2010


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





--- Comment #15 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-08-25 02:02:43 PST ---
(In reply to comment #14)
> Yes, WebKit EFL doesn't have hard dependency with glib. WebKit EFL should enable ENABLE_GLIB_SUPPORT macro to use glib. If you are ok, I will upload new patch again.
> 
> +#include "Widget.h"
> +
>  #if PLATFORM(GTK)
>  #include <gtk/gtk.h>
>  typedef GtkWidget PlatformWindowType;
> +#elif PLATFORM(EFL)
> +#include "Widget.h"
> +typedef PlatformWidget PlatformWindowType;
> +#endif
> +
> +#if !PLATFORM(EFL) || ENABLE(GLIB_SUPPORT)
> +#include <glib.h>
>  #endif

Sorry, please remove "#include "Widget.h"

> +#include "Widget.h"
> +

-- 
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