equal
deleted
inserted
replaced
240 |
240 |
241 void PluginView::setParent(ScrollView* parent) |
241 void PluginView::setParent(ScrollView* parent) |
242 { |
242 { |
243 Widget::setParent(parent); |
243 Widget::setParent(parent); |
244 |
244 |
245 if (parent) |
245 if (parent) { |
246 init(); |
246 init(); |
|
247 if (m_status == PluginStatusLoadedSuccessfully) |
|
248 updatePluginWidget(); |
|
249 } |
247 } |
250 } |
248 |
251 |
249 void PluginView::setNPWindowRect(const IntRect&) |
252 void PluginView::setNPWindowRect(const IntRect&) |
250 { |
253 { |
251 if (!m_isWindowed) |
254 if (!m_isWindowed) |