Index: ui/ozone/platform/x11/ozone_platform_x11.cc |
diff --git a/ui/ozone/platform/x11/ozone_platform_x11.cc b/ui/ozone/platform/x11/ozone_platform_x11.cc |
index bd1bea205b1906789938d275abe52edaf53f5ee2..af0dcad2afc5be177d501f6438d664bc6d88c012 100644 |
--- a/ui/ozone/platform/x11/ozone_platform_x11.cc |
+++ b/ui/ozone/platform/x11/ozone_platform_x11.cc |
@@ -73,10 +73,6 @@ class OzonePlatformX11 : public OzonePlatform { |
return make_scoped_ptr(new NativeDisplayDelegateOzone()); |
} |
- base::ScopedFD OpenClientNativePixmapDevice() const override { |
- return base::ScopedFD(); |
- } |
- |
void InitializeUI() override { |
event_source_.reset(new X11EventSourceLibevent(gfx::GetXDisplay())); |
surface_factory_ozone_.reset(new X11SurfaceFactory()); |