commit | 57998902e81092c458a35790fbbc5916499316d6 | [log] [tgz] |
---|---|---|
author | Benjamin Lerman <qsr@chromium.org> | Tue Nov 18 16:06:02 2014 +0100 |
committer | Benjamin Lerman <qsr@chromium.org> | Tue Nov 18 16:06:02 2014 +0100 |
tree | 33066c46988b0c84e2bf6b561eafe3b4b295236f | |
parent | 504bae721b981f781c5a0b9c8c150e7f246fb88b [diff] [blame] |
Update from chromium https://crrev.com/304586 Review URL: https://codereview.chromium.org/732423002
diff --git a/gpu/command_buffer/tests/gl_manager.h b/gpu/command_buffer/tests/gl_manager.h index 03ed6a1..7a3eb2c 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 @@ gfx::GpuMemoryBuffer::Format format); void Initialize(const Options& options); + void InitializeWithCommandLine(const Options& options, + base::CommandLine* command_line); void Destroy(); void MakeCurrent();