| 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 4d9f600f4190146389a53066388eaac807927809..c52e325c5985d3597cac08dab203fc1b156f7b61 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -15,6 +15,7 @@
|
| #include "content/browser/android/download_controller.h"
|
| #include "content/browser/android/load_url_params.h"
|
| #include "content/browser/android/sandboxed_process_launcher.h"
|
| +#include "content/browser/android/surface_texture_peer_browser_impl.h"
|
| #include "content/browser/android/touch_point.h"
|
| #include "content/browser/android/web_contents_observer_android.h"
|
| #include "content/browser/geolocation/location_api_adapter_android.h"
|
| @@ -26,6 +27,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| { "AndroidLocationApiAdapter",
|
| AndroidLocationApiAdapter::RegisterGeolocationService },
|
| { "AndroidBrowserProcess", content::RegisterAndroidBrowserProcess },
|
| + { "BrowserProcessSurfaceTexture",
|
| + content::RegisterBrowserProcessSurfaceTexture },
|
| { "ContentSettings", content::ContentSettings::RegisterContentSettings },
|
| { "ContentVideoView", content::ContentVideoView::RegisterContentVideoView },
|
| { "ContentViewClient", content::RegisterContentViewClient },
|
|
|