gecko-dev/dom/media/platforms/android
Makoto Kato f6a1c5c5d1 Bug 1369992 - Make GetNative as public for clang. r=jolin
When building Fennec using clang, the following build error occurs.

 0:17.02 /mozilla/mobile/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1099:27: error: 'GetNative' is a protected member of 'mozilla::jni::NativeImpl<mozilla::java::CodecProxy::NativeCallbacks, mozilla::JavaCallbacksSupport>'
 0:17.02     JavaCallbacksSupport::GetNative(mJavaCallbacks)->Cancel();
 0:17.02                           ^
 0:17.02 /mozilla/objdir-android/dist/include/mozilla/jni/Natives.h:821:18: note: declared protected here
 0:17.02     static Impl* GetNative(const typename Cls::LocalRef& instance) {
 0:17.02                  ^

We should define GetNative as public into JavaCallbacksSupport.h.

MozReview-Commit-ID: DYEyB2dRK8y

--HG--
extra : rebase_source : 8f77cac02800149aef814ce5fcd7bd3d23b56193
2017-06-03 21:09:58 +09:00
..
AndroidDecoderModule.cpp Bug 1322650 - Don't use AndroidBridge to get API version in media stack r=jolin 2017-05-15 09:37:57 -05:00
AndroidDecoderModule.h Bug 1339748: P2. Let the MediaDataDecoder tells the format it wants. r=cpearce 2017-02-17 22:19:55 +01:00
JavaCallbacksSupport.h Bug 1369992 - Make GetNative as public for clang. r=jolin 2017-06-03 21:09:58 +09:00
RemoteDataDecoder.cpp Bug 1367287 - Release video surface when decoder is shut down r=jolin 2017-06-02 10:14:12 -05:00
RemoteDataDecoder.h Bug 1349883 - part 3: resolve decode promise according to buffer status. r=jya 2017-04-07 17:07:02 +08:00