| Index: content/browser/aura/gpu_process_transport_factory.cc
|
| diff --git a/content/browser/aura/gpu_process_transport_factory.cc b/content/browser/aura/gpu_process_transport_factory.cc
|
| index 2210e8de216ed8ab4d808c0d518680fa8eec325c..61f7bad04cab668371bf05df5e5bf8553bbb69c6 100644
|
| --- a/content/browser/aura/gpu_process_transport_factory.cc
|
| +++ b/content/browser/aura/gpu_process_transport_factory.cc
|
| @@ -324,6 +324,8 @@ void GpuProcessTransportFactory::RemoveCompositor(ui::Compositor* compositor) {
|
| gl_helper_.reset();
|
| }
|
|
|
| +bool GpuProcessTransportFactory::DoesCreateTestContexts() { return false; }
|
| +
|
| ui::ContextFactory* GpuProcessTransportFactory::AsContextFactory() {
|
| return this;
|
| }
|
|
|