| 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 1676378f4c2f5e308fcc9e69058e6a446b4418ea..1202f557d2bdc0a3b6ee91b99906785262205b39 100644
|
| --- a/ui/compositor/test/in_process_context_factory.cc
|
| +++ b/ui/compositor/test/in_process_context_factory.cc
|
| @@ -180,7 +180,9 @@ bool InProcessContextFactory::DoesCreateTestContexts() {
|
| return context_factory_for_test_;
|
| }
|
|
|
| -uint32 InProcessContextFactory::GetImageTextureTarget() {
|
| +uint32 InProcessContextFactory::GetImageTextureTarget(
|
| + gfx::GpuMemoryBuffer::Format format,
|
| + gfx::GpuMemoryBuffer::Usage usage) {
|
| return GL_TEXTURE_2D;
|
| }
|
|
|
|
|