Bug 950487 - Remove unnecessary UpdateCompositionBounds function on APZC. r=Cwiiis
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user