Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Unified Diff: webrtc/api/android/jni/surfacetexturehelper_jni.h

Issue 2517173004: Move VideoFrame and related declarations to webrtc/api/video. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..6f5ebb88f2a5c0174ef4549cbef790b1b6edca42 100644
--- a/webrtc/api/android/jni/surfacetexturehelper_jni.h
+++ b/webrtc/api/android/jni/surfacetexturehelper_jni.h
@@ -13,11 +13,11 @@
#include <jni.h>
+#include "webrtc/api/video/video_frame_buffer.h"
the sun 2016/11/24 10:36:59 nit: include order here as well (not going to comm
nisse-webrtc 2016/11/25 08:58:02 Done a git cl format, and manual review of include
#include "webrtc/api/android/jni/jni_helpers.h"
#include "webrtc/api/android/jni/native_handle_impl.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 {

Powered by Google App Engine
This is Rietveld 408576698