./Source/WebCore/platform/gtk/GtkPluginWidget.cpp
@
@
void GtkPluginWidget::invalidateRect(con
62
62
63
63
void GtkPluginWidget::frameRectsChanged()
64
64
{
65
if (!parent())
66
return;
67
65
68
IntRect rect = frameRect();
66
69
IntPoint loc = parent()->contentsToWindow(rect.location());
67
70
GtkAllocation allocation = { loc.x(), loc.y(), rect.width(), rect.height() };