| Index: content/browser/android/child_process_launcher_android.h
|
| diff --git a/content/browser/android/child_process_launcher_android.h b/content/browser/android/child_process_launcher_android.h
|
| index bf1584fedb4a5d6abab1afa08fecba31a015ba56..ddb10fa4a82aaeeed532169c5a3bef56810ec4c2 100644
|
| --- a/content/browser/android/child_process_launcher_android.h
|
| +++ b/content/browser/android/child_process_launcher_android.h
|
| @@ -59,6 +59,8 @@ void DestroySurfaceTextureSurface(int surface_texture_id, int client_id);
|
| gl::ScopedJavaSurface GetSurfaceTextureSurface(int surface_texture_id,
|
| int client_id);
|
|
|
| +gl::ScopedJavaSurface GetBrowserSurfaceTextureSurface(int surface_texture_id);
|
| +
|
| bool RegisterChildProcessLauncher(JNIEnv* env);
|
|
|
| } // namespace content
|
|
|