| 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 ea806ac557132af9ac39f842ff92bbc8ac9323fa..ef57c6bb60bf86a760e3499525e0e7e6384c2135 100644
|
| --- a/content/browser/android/child_process_launcher_android.h
|
| +++ b/content/browser/android/child_process_launcher_android.h
|
| @@ -38,6 +38,7 @@ bool IsChildProcessOomProtected(base::ProcessHandle handle);
|
| void SetChildProcessInForeground(base::ProcessHandle handle,
|
| bool in_foreground);
|
|
|
| +//#if !defined(USE_AURA)
|
| void RegisterViewSurface(int surface_id, jobject j_surface);
|
|
|
| void UnregisterViewSurface(int surface_id);
|
| @@ -50,6 +51,7 @@ void DestroySurfaceTextureSurface(int surface_texture_id, int client_id);
|
|
|
| gfx::ScopedJavaSurface GetSurfaceTextureSurface(int surface_texture_id,
|
| int client_id);
|
| +//#endif
|
|
|
| bool RegisterChildProcessLauncher(JNIEnv* env);
|
|
|
|
|