| Index: ui/ozone/platform/wayland/wayland_surface_factory.cc
|
| diff --git a/ui/ozone/platform/wayland/wayland_surface_factory.cc b/ui/ozone/platform/wayland/wayland_surface_factory.cc
|
| index ff667e3f59994e8772b8f890e4ef896e79bfaf46..48d0b20fcd617209c6fba6b0b45265d76fb1f4fd 100644
|
| --- a/ui/ozone/platform/wayland/wayland_surface_factory.cc
|
| +++ b/ui/ozone/platform/wayland/wayland_surface_factory.cc
|
| @@ -128,6 +128,12 @@ intptr_t WaylandSurfaceFactory::GetNativeDisplay() {
|
| return 0;
|
| }
|
|
|
| +const int32_t* WaylandSurfaceFactory::GetEGLSurfaceProperties(
|
| + const int32_t* desired_list) {
|
| + NOTIMPLEMENTED();
|
| + return nullptr;
|
| +}
|
| +
|
| bool WaylandSurfaceFactory::LoadEGLGLES2Bindings(
|
| AddGLLibraryCallback add_gl_library,
|
| SetGLGetProcAddressProcCallback set_gl_get_proc_address) {
|
|
|