| Index: content/common/gpu/client/context_provider_command_buffer_browsertest.cc
|
| diff --git a/content/common/gpu/client/context_provider_command_buffer_browsertest.cc b/content/common/gpu/client/context_provider_command_buffer_browsertest.cc
|
| index b51db155529f2591969896e297dc4042a111bf95..eb552e596fb4c8bdb797ddd3a97424ad9b09d81d 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer_browsertest.cc
|
| +++ b/content/common/gpu/client/context_provider_command_buffer_browsertest.cc
|
| @@ -38,7 +38,8 @@ class ContextProviderCommandBufferBrowserTest : public ContentBrowserTest {
|
| gpu_channel_host.get(),
|
| blink::WebGraphicsContext3D::Attributes(),
|
| GURL("chrome://gpu/ContextProviderCommandBufferTest"),
|
| - WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits()));
|
| + WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits(),
|
| + NULL));
|
| return context.Pass();
|
| }
|
| };
|
|
|