| Index: ui/compositor/test/in_process_context_factory.cc
|
| diff --git a/ui/compositor/test/in_process_context_factory.cc b/ui/compositor/test/in_process_context_factory.cc
|
| index a6620e702539e1719465f08cb4135d2c589e37c2..1199178101771791145129aadef987630c92adda 100644
|
| --- a/ui/compositor/test/in_process_context_factory.cc
|
| +++ b/ui/compositor/test/in_process_context_factory.cc
|
| @@ -179,9 +179,8 @@ bool InProcessContextFactory::DoesCreateTestContexts() {
|
| return context_factory_for_test_;
|
| }
|
|
|
| -uint32 InProcessContextFactory::GetImageTextureTarget(
|
| - gfx::GpuMemoryBuffer::Format format,
|
| - gfx::GpuMemoryBuffer::Usage usage) {
|
| +uint32 InProcessContextFactory::GetImageTextureTarget(gfx::BufferFormat format,
|
| + gfx::BufferUsage usage) {
|
| return GL_TEXTURE_2D;
|
| }
|
|
|
|
|