Skip to content

Commit

Permalink
Bug 1448428 - Part 2: Transition "HardwareCodecCapabilityUtils" away …
Browse files Browse the repository at this point in the history
…from "unified" GeneratedJNI{Natives,Wrappers}.h header. r=snorp,geckoview-reviewers

Depends on D58574

Differential Revision: https://phabricator.services.mozilla.com/D58575
  • Loading branch information
ncalexan committed May 13, 2020
1 parent badc3f7 commit 144ad71
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dom/media/mediasource/MediaSource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

#ifdef MOZ_WIDGET_ANDROID
# include "AndroidBridge.h"
# include "mozilla/java/HardwareCodecCapabilityUtilsWrappers.h"
#endif

struct JSContext;
Expand Down
2 changes: 1 addition & 1 deletion dom/media/platforms/android/AndroidDecoderModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "GeneratedJNIWrappers.h"
#include "mozilla/java/HardwareCodecCapabilityUtilsWrappers.h"
#include "MediaInfo.h"
#include "OpusDecoder.h"
#include "RemoteDataDecoder.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public static void main(String[] args) {
generatedNamesToUnify.add("GeckoVRManager");
generatedNamesToUnify.add("GeckoVideoInfo");
generatedNamesToUnify.add("GeckoWebExecutor");
generatedNamesToUnify.add("HardwareCodecCapabilityUtils");
generatedNamesToUnify.add("ImageDecoder");
generatedNamesToUnify.add("MediaDrmProxy");
generatedNamesToUnify.add("PanZoomController");
Expand Down
1 change: 1 addition & 0 deletions widget/android/AndroidBridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include "WidgetUtils.h"

#include "GeneratedJNIWrappers.h"
#include "mozilla/java/HardwareCodecCapabilityUtilsWrappers.h"

using namespace mozilla;
using namespace mozilla::gfx;
Expand Down

0 comments on commit 144ad71

Please sign in to comment.