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