mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 709805 - Avoid viewport changes on background tabs. r=pcwalton a=js-only
This commit is contained in:
parent
e24b9c4f9e
commit
324193aaae
@ -1198,6 +1198,8 @@ Tab.prototype = {
|
||||
},
|
||||
|
||||
sendViewportUpdate: function() {
|
||||
if (BrowserApp.selectedTab != this)
|
||||
return;
|
||||
sendMessageToJava({
|
||||
gecko: {
|
||||
type: "Viewport:Update",
|
||||
|
Loading…
Reference in New Issue
Block a user