| Index: gpu/ipc/common/gpu_surface_lookup.h
|
| diff --git a/gpu/ipc/common/gpu_surface_lookup.h b/gpu/ipc/common/gpu_surface_lookup.h
|
| index a1921a9d839a93f3098a5dabd8792468a09fb0f7..2be3e2e6c192dfad25f4dfed3c04929a90f01f24 100644
|
| --- a/gpu/ipc/common/gpu_surface_lookup.h
|
| +++ b/gpu/ipc/common/gpu_surface_lookup.h
|
| @@ -28,7 +28,7 @@ class GPU_EXPORT GpuSurfaceLookup {
|
| virtual gfx::AcceleratedWidget AcquireNativeWidget(int surface_id) = 0;
|
|
|
| #if defined(OS_ANDROID)
|
| - virtual gfx::ScopedJavaSurface AcquireJavaSurface(int surface_id);
|
| + virtual gfx::ScopedJavaSurface AcquireJavaSurface(int surface_id) = 0;
|
| #endif
|
|
|
| private:
|
|
|