TianShijun wrote:
> Hi All,
> I am reviewing the code of WebKit. I found that in PluginView.h/cpp ,
> only one method (setPlatformPluginWidget) can set the private member
> PluginView::m_window to be non-zero.
>
> I have searched all the codes and found that only PluginViewMac.cpp
> has invoked this function. Is that mean PluginView::m_window is always
> equal to zero except in Mac? But actually it is a valid value in
> Qt/X11. Then where do we initialize it?
>
> Thanks!
m_window is set directly in PluginView::init() in PluginViewWin.cpp

Joe
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to