Index: ui/gfx/ozone/impl/file_surface_factory.cc |
diff --git a/ui/gfx/ozone/impl/file_surface_factory.cc b/ui/gfx/ozone/impl/file_surface_factory.cc |
index d2755876c7cbee044b49b94716821650f5603cd9..1d023553a13dcae88072110614bac45249cc92f7 100644 |
--- a/ui/gfx/ozone/impl/file_surface_factory.cc |
+++ b/ui/gfx/ozone/impl/file_surface_factory.cc |
@@ -85,10 +85,6 @@ FileSurfaceFactory::InitializeHardware() { |
void FileSurfaceFactory::ShutdownHardware() { |
} |
-AcceleratedWidget FileSurfaceFactory::GetAcceleratedWidget() { |
- return 1; |
-} |
- |
scoped_ptr<SurfaceOzone> FileSurfaceFactory::CreateSurfaceForWidget( |
AcceleratedWidget widget) { |
return make_scoped_ptr<SurfaceOzone>(new FileSurface(location_)); |