| Index: content/browser/compositor/gl_helper_benchmark.cc
|
| diff --git a/content/browser/compositor/gl_helper_benchmark.cc b/content/browser/compositor/gl_helper_benchmark.cc
|
| index ac914423d0a707cab9146e278fe7411fc44d2159..da693eb5f55a0e65ea9cc45f7c951a910f5cab43 100644
|
| --- a/content/browser/compositor/gl_helper_benchmark.cc
|
| +++ b/content/browser/compositor/gl_helper_benchmark.cc
|
| @@ -28,6 +28,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"
|
| @@ -67,8 +68,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();
|
|
|