Index: ui/ozone/public/surface_factory_ozone.h |
diff --git a/ui/ozone/public/surface_factory_ozone.h b/ui/ozone/public/surface_factory_ozone.h |
index eb6801042b2251ba23faab0f4c77b6ba286773f1..fc570837caa7a2cad59dbb91d2a188d1b0483c72 100644 |
--- a/ui/ozone/public/surface_factory_ozone.h |
+++ b/ui/ozone/public/surface_factory_ozone.h |
@@ -97,11 +97,6 @@ class OZONE_BASE_EXPORT SurfaceFactoryOzone { |
// display connection for the native display. |
virtual intptr_t GetNativeDisplay(); |
- // Obtains an AcceleratedWidget backed by a native Linux framebuffer. |
- // The returned AcceleratedWidget is an opaque token that must realized |
- // before it can be used to create a GL surface. |
- virtual gfx::AcceleratedWidget GetAcceleratedWidget() = 0; |
- |
// Create SurfaceOzoneEGL for the specified gfx::AcceleratedWidget. |
// |
// Note: When used from content, this is called in the GPU process. The |