| Index: content/child/child_thread_impl_browsertest.cc
|
| diff --git a/content/child/child_thread_impl_browsertest.cc b/content/child/child_thread_impl_browsertest.cc
|
| index d6b82a80af4c24023e061d8b1108dd637329c333..99618ccce8e702f98669882e077f1ea6721e7c53 100644
|
| --- a/content/child/child_thread_impl_browsertest.cc
|
| +++ b/content/child/child_thread_impl_browsertest.cc
|
| @@ -157,8 +157,7 @@ IN_PROC_BROWSER_TEST_P(ChildThreadImplGpuMemoryBufferBrowserTest,
|
| ASSERT_TRUE(buffer);
|
| EXPECT_EQ(format, buffer->GetFormat());
|
|
|
| - size_t num_planes =
|
| - GpuMemoryBufferImpl::NumberOfPlanesForGpuMemoryBufferFormat(format);
|
| + size_t num_planes = gfx::GpuMemoryBuffer::NumberOfPlanes(format);
|
|
|
| // Map buffer planes.
|
| scoped_ptr<void* []> planes(new void* [num_planes]);
|
|
|