| Index: content/test/layouttest_support.cc
|
| diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
|
| index 8ddd1ba058f43f7da3d14c83e62ee01a39c9c614..3896c9b848b9605dca4dcd6f5634ab69b9514f89 100644
|
| --- a/content/test/layouttest_support.cc
|
| +++ b/content/test/layouttest_support.cc
|
| @@ -20,7 +20,6 @@
|
| #include "content/browser/renderer_host/render_process_host_impl.h"
|
| #include "content/browser/renderer_host/render_widget_host_impl.h"
|
| #include "content/child/request_extra_data.h"
|
| -#include "content/common/gpu_stream_constants.h"
|
| #include "content/common/renderer.mojom.h"
|
| #include "content/public/common/page_state.h"
|
| #include "content/public/common/screen_info.h"
|
| @@ -392,8 +391,8 @@
|
|
|
| auto context_provider =
|
| make_scoped_refptr(new ui::ContextProviderCommandBuffer(
|
| - gpu_channel_, kGpuStreamIdDefault, kGpuStreamPriorityDefault,
|
| - gpu::kNullSurfaceHandle,
|
| + gpu_channel_, gpu::GPU_STREAM_DEFAULT,
|
| + gpu::GpuStreamPriority::NORMAL, gpu::kNullSurfaceHandle,
|
| GURL("chrome://gpu/"
|
| "LayoutTestDependenciesImpl::CreateOutputSurface"),
|
| automatic_flushes, support_locking, gpu::SharedMemoryLimits(),
|
|
|