Bug 950487 - Remove unnecessary UpdateCompositionBounds function on APZC. r=Cwiiis

This commit is contained in:
Kartikaya Gupta
2013-12-17 14:25:57 -05:00
parent 6962500778
commit c14ef68827
7 changed files with 0 additions and 112 deletions

View File

@@ -910,15 +910,6 @@ RenderFrameParent::NotifyInputEvent(const WidgetInputEvent& aEvent,
}
}
void
RenderFrameParent::NotifyDimensionsChanged(ScreenIntSize size)
{
if (GetApzcTreeManager()) {
GetApzcTreeManager()->UpdateRootCompositionBounds(
mLayersId, ScreenIntRect(ScreenIntPoint(), size));
}
}
void
RenderFrameParent::ActorDestroy(ActorDestroyReason why)
{