| Index: content/common/gpu/gpu_channel_manager.h
|
| diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h
|
| index 9aaeda09ec2df00446b15b6fbcc0793e32e58f86..fb6cc62f49824384daca30e0667ae95ffac994bb 100644
|
| --- a/content/common/gpu/gpu_channel_manager.h
|
| +++ b/content/common/gpu/gpu_channel_manager.h
|
| @@ -98,6 +98,8 @@ class GpuChannelManager : public IPC::Listener,
|
|
|
| gfx::GLSurface* GetDefaultOffscreenSurface();
|
|
|
| + bool MakeCurrent(gfx::GLSurface* surface);
|
| +
|
| private:
|
| struct ImageOperation {
|
| ImageOperation(int32 sync_point, base::Closure callback);
|
|
|