| Index: gpu/ipc/common/gpu_surface_tracker.h
|
| diff --git a/gpu/ipc/common/gpu_surface_tracker.h b/gpu/ipc/common/gpu_surface_tracker.h
|
| index b781ae27d761e702e28712b0e67203de4d97d1d4..887f203f81a48a183b1e3cecc3ac551b6d5fc0fd 100644
|
| --- a/gpu/ipc/common/gpu_surface_tracker.h
|
| +++ b/gpu/ipc/common/gpu_surface_tracker.h
|
| @@ -46,7 +46,7 @@ class GPU_EXPORT GpuSurfaceTracker : public gpu::GpuSurfaceLookup {
|
| #endif
|
|
|
| // Gets the global instance of the surface tracker.
|
| - static GpuSurfaceTracker* Get() { return GetInstance(); }
|
| + static GPU_EXPORT GpuSurfaceTracker* Get() { return GetInstance(); }
|
|
|
| // Adds a surface for a native widget. Returns the surface ID.
|
| int AddSurfaceForNativeWidget(gfx::AcceleratedWidget widget);
|
|
|