| Index: content/common/gpu/gpu_surface_lookup.h
|
| diff --git a/content/common/gpu/gpu_surface_lookup.h b/content/common/gpu/gpu_surface_lookup.h
|
| index 2bbdb1c09a97e92eadfcf47a7241b4b840ec9c06..751b8346739b9812a738af0a86a705b55e30984a 100644
|
| --- a/content/common/gpu/gpu_surface_lookup.h
|
| +++ b/content/common/gpu/gpu_surface_lookup.h
|
| @@ -19,7 +19,7 @@ class GpuSurfaceLookup {
|
| static GpuSurfaceLookup* GetInstance();
|
| static void InitInstance(GpuSurfaceLookup* lookup);
|
|
|
| - virtual gfx::AcceleratedWidget GetNativeWidget(int surface_id) = 0;
|
| + virtual gfx::AcceleratedWidget AcquireNativeWidget(int surface_id) = 0;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(GpuSurfaceLookup);
|
|
|