| Index: content/common/gpu/gpu_surface_lookup.cc
|
| diff --git a/content/common/gpu/gpu_surface_lookup.cc b/content/common/gpu/gpu_surface_lookup.cc
|
| index df18711883eeb1f37c6e4500ac8131564bfd1b96..61bbc045e5c91dca9f84fefbacbf61477aa84d78 100644
|
| --- a/content/common/gpu/gpu_surface_lookup.cc
|
| +++ b/content/common/gpu/gpu_surface_lookup.cc
|
| @@ -23,4 +23,11 @@ void GpuSurfaceLookup::InitInstance(GpuSurfaceLookup* lookup) {
|
| g_instance = lookup;
|
| }
|
|
|
| +#if defined(OS_ANDROID)
|
| +gfx::ScopedJavaSurface GpuSurfaceLookup::AcquireJavaSurface(int surface_id) {
|
| + NOTIMPLEMENTED();
|
| + return gfx::ScopedJavaSurface();
|
| +}
|
| +#endif
|
| +
|
| } // namespace content
|
|
|