| Index: services/ui/public/cpp/gpu/context_provider_command_buffer.cc
|
| diff --git a/services/ui/public/cpp/gpu/context_provider_command_buffer.cc b/services/ui/public/cpp/gpu/context_provider_command_buffer.cc
|
| index 13238158de2e0eebe639d85b4701ed413a294dfe..da0f48d2779f7bd6ba943488e136d25c4cbf090e 100644
|
| --- a/services/ui/public/cpp/gpu/context_provider_command_buffer.cc
|
| +++ b/services/ui/public/cpp/gpu/context_provider_command_buffer.cc
|
| @@ -152,7 +152,7 @@ ContextProviderCommandBuffer::SharedProviders::~SharedProviders() = default;
|
| ContextProviderCommandBuffer::ContextProviderCommandBuffer(
|
| scoped_refptr<gpu::GpuChannelHost> channel,
|
| int32_t stream_id,
|
| - gpu::GpuStreamPriority stream_priority,
|
| + gpu::SchedulingPriority stream_priority,
|
| gpu::SurfaceHandle surface_handle,
|
| const GURL& active_url,
|
| bool automatic_flushes,
|
|
|