diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-13 00:08:52 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-13 00:08:52 +0200 |
commit | e16bcd08aae85a7d9c2de5a4b1c733280cb81112 (patch) | |
tree | 220026724ceb8fbcf18bf627fde022c2d8df0e91 /embedding | |
parent | 6571d2ceb42930dab01677ef0e95e732d5076fb8 (diff) | |
download | uxp-e16bcd08aae85a7d9c2de5a4b1c733280cb81112.tar.gz |
Remove MOZ_WIDGET_GONK [2/2]
Tag #288
Diffstat (limited to 'embedding')
-rw-r--r-- | embedding/components/windowwatcher/nsWindowWatcher.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/embedding/components/windowwatcher/nsWindowWatcher.cpp b/embedding/components/windowwatcher/nsWindowWatcher.cpp index 07872410ef..e0e8b4bef6 100644 --- a/embedding/components/windowwatcher/nsWindowWatcher.cpp +++ b/embedding/components/windowwatcher/nsWindowWatcher.cpp @@ -494,13 +494,6 @@ nsWindowWatcher::CreateChromeWindow(const nsACString& aFeatures, return NS_ERROR_UNEXPECTED; } - // B2G multi-screen support. mozDisplayId is returned from the - // "display-changed" event, it is also platform-dependent. -#ifdef MOZ_WIDGET_GONK - int retval = WinHasOption(aFeatures, "mozDisplayId", 0, nullptr); - windowCreator2->SetScreenId(retval); -#endif - bool cancel = false; nsCOMPtr<nsIWebBrowserChrome> newWindowChrome; nsresult rv = |