Index: content/browser/android/browser_jni_registrar.cc |
diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc |
index e30394bb31591e321d8fce28a255262115a1d098..1f05ee32ab4ded63d46cad7a9d86c6444ec5f861 100644 |
--- a/content/browser/android/browser_jni_registrar.cc |
+++ b/content/browser/android/browser_jni_registrar.cc |
@@ -14,6 +14,7 @@ |
#include "content/browser/android/content_view_statics.h" |
#include "content/browser/android/date_time_chooser_android.h" |
#include "content/browser/android/download_controller_android_impl.h" |
+#include "content/browser/android/external_video_surface_view_holder.h" |
#include "content/browser/android/interstitial_page_delegate_android.h" |
#include "content/browser/android/load_url_params.h" |
#include "content/browser/android/sandboxed_process_launcher.h" |
@@ -40,6 +41,9 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = { |
{ "DateTimePickerAndroid", content::RegisterDateTimeChooserAndroid}, |
{ "DownloadControllerAndroidImpl", |
content::DownloadControllerAndroidImpl::RegisterDownloadController }, |
+ { "ExternalVideoSurfaceViewHolder", |
+ content::ExternalVideoSurfaceViewHolder |
+ ::RegisterExternalVideoSurfaceViewHolder }, |
{ "InterstitialPageDelegateAndroid", |
content::InterstitialPageDelegateAndroid |
::RegisterInterstitialPageDelegateAndroid }, |