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 4a047c6f6ef21571c2c7d8427875b716367186f3..47b1533ae77617772a67355c9e988f37d19114d0 100644 |
--- a/content/browser/aura/gpu_process_transport_factory.cc |
+++ b/content/browser/aura/gpu_process_transport_factory.cc |
@@ -308,6 +308,8 @@ void GpuProcessTransportFactory::RemoveCompositor(ui::Compositor* compositor) { |
gl_helper_.reset(); |
} |
+bool GpuProcessTransportFactory::DoesCreateTestContexts() { return false; } |
+ |
ui::ContextFactory* GpuProcessTransportFactory::AsContextFactory() { |
return this; |
} |