| Index: gpu/command_buffer/tests/gl_manager.h
|
| diff --git a/gpu/command_buffer/tests/gl_manager.h b/gpu/command_buffer/tests/gl_manager.h
|
| index 03ed6a186bd120ce14a29d94683c36520cbef216..7a3eb2c77b88f4e3642d4ace573975f9a7a97fd0 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.h
|
| +++ b/gpu/command_buffer/tests/gl_manager.h
|
| @@ -13,6 +13,10 @@
|
| #include "ui/gfx/gpu_memory_buffer.h"
|
| #include "ui/gfx/size.h"
|
|
|
| +namespace base {
|
| +class CommandLine;
|
| +}
|
| +
|
| namespace gfx {
|
|
|
| class GLContext;
|
| @@ -66,6 +70,8 @@ class GLManager : private GpuControl {
|
| gfx::GpuMemoryBuffer::Format format);
|
|
|
| void Initialize(const Options& options);
|
| + void InitializeWithCommandLine(const Options& options,
|
| + base::CommandLine* command_line);
|
| void Destroy();
|
|
|
| void MakeCurrent();
|
|
|