./Source/WebCore/platform/gtk/GtkPluginWidget.cpp

@@void GtkPluginWidget::invalidateRect(con
6262
6363void GtkPluginWidget::frameRectsChanged()
6464{
 65 if (!parent())
 66 return;
 67
6568 IntRect rect = frameRect();
6669 IntPoint loc = parent()->contentsToWindow(rect.location());
6770 GtkAllocation allocation = { loc.x(), loc.y(), rect.width(), rect.height() };