WebCore/plugins/mac/PluginViewMac.mm
changeset 2 303757a437d3
parent 0 4f2f89ce4247
equal deleted inserted replaced
0:4f2f89ce4247 2:303757a437d3
   225         // Flash requires the window to be hilited to process mouse move events.
   225         // Flash requires the window to be hilited to process mouse move events.
   226         HiliteWindow(m_fakeWindow, true);
   226         HiliteWindow(m_fakeWindow, true);
   227 #endif
   227 #endif
   228     }
   228     }
   229 
   229 
   230     show();
   230     updatePluginWidget();
       
   231 
       
   232     if (!m_plugin->quirks().contains(PluginQuirkDeferFirstSetWindowCall))
       
   233         setNPWindowIfNeeded();
   231 
   234 
   232     // TODO: Implement null timer throttling depending on plugin activation
   235     // TODO: Implement null timer throttling depending on plugin activation
   233     m_nullEventTimer.set(new Timer<PluginView>(this, &PluginView::nullEventTimerFired));
   236     m_nullEventTimer.set(new Timer<PluginView>(this, &PluginView::nullEventTimerFired));
   234     m_nullEventTimer->startRepeating(0.02);
   237     m_nullEventTimer->startRepeating(0.02);
   235 
   238