| Index: content/common/gpu/client/gpu_in_process_context_tests.cc
|
| diff --git a/content/common/gpu/client/gpu_in_process_context_tests.cc b/content/common/gpu/client/gpu_in_process_context_tests.cc
|
| index 31a5e0cf04705f2e5fea417e415ecdfb17fd918d..ec8ae7e02fe7d6d47157881a966a5dbab4800818 100644
|
| --- a/content/common/gpu/client/gpu_in_process_context_tests.cc
|
| +++ b/content/common/gpu/client/gpu_in_process_context_tests.cc
|
| @@ -11,6 +11,7 @@
|
|
|
| #include "gpu/command_buffer/client/gl_in_process_context.h"
|
| #include "gpu/command_buffer/client/gles2_implementation.h"
|
| +#include "gpu/command_buffer/client/shared_memory_limits.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/gl/gl_surface.h"
|
|
|
| @@ -37,8 +38,7 @@ class ContextTestBase : public testing::Test {
|
| gfx::kNullAcceleratedWidget, /* window */
|
| gfx::Size(1, 1), /* size */
|
| nullptr, /* share_context */
|
| - attributes, gfx::PreferDiscreteGpu,
|
| - ::gpu::GLInProcessContextSharedMemoryLimits(),
|
| + attributes, gfx::PreferDiscreteGpu, gpu::SharedMemoryLimits(),
|
| nullptr, /* gpu_memory_buffer_manager */
|
| nullptr /* image_factory */));
|
| gl_ = context_->GetImplementation();
|
|
|