mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1238761 - Fix startup bustage for non-APZ builds; r=me
This commit is contained in:
parent
1bc47c9d26
commit
78da3c79cb
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user