Chromium Code Reviews| 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 0892cdafc3c7b23e65d97ecc667e23a4a55b4159..4f5faa2165b1b6db863caf2937a939886bd59a9e 100644 |
| --- a/content/common/gpu/gpu_channel_manager.h |
| +++ b/content/common/gpu/gpu_channel_manager.h |
| @@ -93,6 +93,8 @@ class GpuChannelManager : public IPC::Listener, |
| gfx::GLSurface* GetDefaultOffscreenSurface(); |
| + bool MakeCurrent(gfx::GLSurface* surface); |
| + |
| private: |
| struct ImageOperation { |
| ImageOperation(int32 sync_point, base::Closure callback); |