diff options
Diffstat (limited to 'content/app')
-rw-r--r-- | content/app/android/child_process_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/app/android/child_process_service.cc b/content/app/android/child_process_service.cc index 99e801b..5c50ec8 100644 --- a/content/app/android/child_process_service.cc +++ b/content/app/android/child_process_service.cc @@ -47,7 +47,7 @@ class SurfaceTexturePeerChildImpl : public content::SurfaceTexturePeer, base::ProcessHandle pid, scoped_refptr<gfx::SurfaceTextureBridge> surface_texture_bridge, int primary_id, - int secondary_id) { + int secondary_id) OVERRIDE { JNIEnv* env = base::android::AttachCurrentThread(); content::Java_ChildProcessService_establishSurfaceTexturePeer( env, service_.obj(), pid, |