[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:01:33 PDT 2010


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





--- Comment #14 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-08-25 02:01:32 PST ---
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

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