diff options
Diffstat (limited to 'content/browser/aura/gpu_process_transport_factory.cc')
-rw-r--r-- | content/browser/aura/gpu_process_transport_factory.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/aura/gpu_process_transport_factory.cc b/content/browser/aura/gpu_process_transport_factory.cc index bc9e414..dda8bc878 100644 --- a/content/browser/aura/gpu_process_transport_factory.cc +++ b/content/browser/aura/gpu_process_transport_factory.cc @@ -319,8 +319,6 @@ void GpuProcessTransportFactory::RemoveCompositor(ui::Compositor* compositor) { gl_helper_.reset(); } -bool GpuProcessTransportFactory::DoesCreateTestContexts() { return false; } - ui::ContextFactory* GpuProcessTransportFactory::AsContextFactory() { return this; } |