| Index: webrtc/api/android/jni/surfacetexturehelper_jni.h
|
| diff --git a/webrtc/api/android/jni/surfacetexturehelper_jni.h b/webrtc/api/android/jni/surfacetexturehelper_jni.h
|
| index 5a28edc874ec012c5c8946f8ed9a334ec185e8b7..a2aab0f92a2be9f12be3cd3eca1553e41c02331c 100644
|
| --- a/webrtc/api/android/jni/surfacetexturehelper_jni.h
|
| +++ b/webrtc/api/android/jni/surfacetexturehelper_jni.h
|
| @@ -15,9 +15,9 @@
|
|
|
| #include "webrtc/api/android/jni/jni_helpers.h"
|
| #include "webrtc/api/android/jni/native_handle_impl.h"
|
| +#include "webrtc/api/video/video_frame_buffer.h"
|
| #include "webrtc/base/refcount.h"
|
| #include "webrtc/base/scoped_ref_ptr.h"
|
| -#include "webrtc/common_video/include/video_frame_buffer.h"
|
|
|
| namespace webrtc_jni {
|
|
|
|
|