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..34e82e9dccbd55c832ee2e0d814b62075f482dc3 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::UsesTestContexts() { return false; } |
+ |
ui::ContextFactory* GpuProcessTransportFactory::AsContextFactory() { |
return this; |
} |