Index: content/app/android/child_process_service.cc |
diff --git a/content/app/android/child_process_service.cc b/content/app/android/child_process_service.cc |
index 99e801b4c7d23c9919e22538f9c97ec885d0e207..5c50ec8c8fda2ca4d69f3c3ab6dc6dc4a1b5a8cc 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, |