Skip to content

Commit

Permalink
Backed out changeset 3dbd1e653555 (bug 1584501) for WPT failures in w…
Browse files Browse the repository at this point in the history
…idget/windows/WindowsSMTCProvider.cpp
  • Loading branch information
dgluca committed Feb 20, 2020
1 parent 060ff1f commit 63445ea
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 486 deletions.
8 changes: 2 additions & 6 deletions widget/windows/MediaKeysEventSourceFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "MediaKeysEventSourceFactory.h"
#include "WindowsSMTCProvider.h"

namespace mozilla {
namespace widget {

mozilla::dom::MediaControlKeysEventSource* CreateMediaControlKeysEventSource() {
#ifndef __MINGW32__
return new WindowsSMTCProvider();
#else
return nullptr; // MinGW doesn't support the required Windows 8.1+ APIs
#endif
// TODO : will implement this in bug 1584501.
return nullptr;
}

} // namespace widget
Expand Down
Loading

0 comments on commit 63445ea

Please sign in to comment.