| 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 646d1b7eb61d93cfd805cb1ed3026da580af5c8c..3d9db61b1b7af2f06d13346109268fd950812bfd 100644
|
| --- a/ui/gfx/ozone/impl/file_surface_factory.cc
|
| +++ b/ui/gfx/ozone/impl/file_surface_factory.cc
|
| @@ -83,7 +83,8 @@ FileSurfaceFactory::InitializeHardware() {
|
| void FileSurfaceFactory::ShutdownHardware() {
|
| }
|
|
|
| -AcceleratedWidget FileSurfaceFactory::GetAcceleratedWidget() {
|
| +intptr_t FileSurfaceFactory::CreatePlatformWindow(
|
| + ui::PlatformWindowDelegate* delegate) {
|
| return 1;
|
| }
|
|
|
|
|