[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:17:48 PDT 2010


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





--- Comment #16 from Philippe Normand <pnormand at igalia.com>  2010-08-25 02:17:48 PST ---
(In reply to comment #15)
> >  #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
> 

Ok much better, what about PlatformWidget use for the GTK port too? I would be willing to test such patch :)

Also PlatformWidget is a pointer already. So you need to update the declarations of ::window(), m_videoWindow and m_window accordingly.

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