| Index: content/browser/compositor/gl_helper_unittest.cc
|
| diff --git a/content/browser/compositor/gl_helper_unittest.cc b/content/browser/compositor/gl_helper_unittest.cc
|
| index 627e4964c2ff655800266c247b8cbb2c10188a9c..e60aeb30b929d32527a7f59895302f67fa11b3c4 100644
|
| --- a/content/browser/compositor/gl_helper_unittest.cc
|
| +++ b/content/browser/compositor/gl_helper_unittest.cc
|
| @@ -34,6 +34,7 @@
|
| #include "content/browser/compositor/gl_helper_scaling.h"
|
| #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 "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkTypes.h"
|
| @@ -72,8 +73,7 @@ class GLHelperTest : 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();
|
|
|