summaryrefslogtreecommitdiffstats
path: root/content/browser/compositor
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/compositor')
-rw-r--r--content/browser/compositor/gpu_process_transport_factory.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
index 56a9cb4..bc9f7ec 100644
--- a/content/browser/compositor/gpu_process_transport_factory.cc
+++ b/content/browser/compositor/gpu_process_transport_factory.cc
@@ -174,10 +174,10 @@ scoped_ptr<cc::SoftwareOutputDevice> CreateSoftwareOutputDevice(
#elif defined(USE_X11)
return scoped_ptr<cc::SoftwareOutputDevice>(new SoftwareOutputDeviceX11(
compositor));
-#endif
-
+#else
NOTREACHED();
return scoped_ptr<cc::SoftwareOutputDevice>();
+#endif
}
scoped_ptr<cc::OutputSurface> GpuProcessTransportFactory::CreateOutputSurface(