mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 783521 - Fix busted function override. r=mfinkle
This commit is contained in:
parent
ff18bc3e05
commit
eeb2edf044
@ -283,6 +283,7 @@ abstract public class BrowserApp extends GeckoApp
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
void toggleChrome(final boolean aShow) {
|
||||
mMainHandler.post(new Runnable() {
|
||||
public void run() {
|
||||
|
@ -226,7 +226,7 @@ abstract public class GeckoApp
|
||||
}
|
||||
}
|
||||
|
||||
void toggleChrome(final Boolean aShow) { }
|
||||
void toggleChrome(final boolean aShow) { }
|
||||
|
||||
void focusChrome() { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user