| Index: content/browser/gpu/gpu_ipc_browsertests.cc
|
| diff --git a/content/browser/gpu/gpu_ipc_browsertests.cc b/content/browser/gpu/gpu_ipc_browsertests.cc
|
| index ca2ccf9ee0510b4fb0d1c5478784f78c0465d731..dd1b63b31aa3c86eaeb3b45fcd70dd6904b18e3d 100644
|
| --- a/content/browser/gpu/gpu_ipc_browsertests.cc
|
| +++ b/content/browser/gpu/gpu_ipc_browsertests.cc
|
| @@ -41,7 +41,8 @@ class ContextTestBase : public content::ContentBrowserTest {
|
| gpu_channel_host.get(),
|
| blink::WebGraphicsContext3D::Attributes(),
|
| GURL(),
|
| - WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits()));
|
| + WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits(),
|
| + NULL));
|
| CHECK(context_.get());
|
| context_->makeContextCurrent();
|
| context_support_ = context_->GetContextSupport();
|
| @@ -130,7 +131,8 @@ class BrowserGpuChannelHostFactoryTest : public ContextTestBase {
|
| GetGpuChannel(),
|
| blink::WebGraphicsContext3D::Attributes(),
|
| GURL(),
|
| - WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits()));
|
| + WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits(),
|
| + NULL));
|
| }
|
| };
|
|
|
|
|