Bug 1238761 - Fix startup bustage for non-APZ builds; r=me

This commit is contained in:
Jim Chen 2016-01-19 01:20:39 -05:00
parent 6c3888d288
commit 140ad4f620

View File

@ -440,7 +440,9 @@ public class LayerView extends ScrollView implements Tabs.OnTabsChangedListener
glController.attachToJava(mLayerClient, npzc);
} else {
GeckoThread.queueNativeCallUntil(GeckoThread.State.PROFILE_READY,
glController, "attachToJava", mLayerClient, npzc);
glController, "attachToJava",
GeckoLayerClient.class, mLayerClient,
NativePanZoomController.class, npzc);
}
}