| Index: ui/ozone/public/surface_factory_ozone.cc
|
| diff --git a/ui/ozone/public/surface_factory_ozone.cc b/ui/ozone/public/surface_factory_ozone.cc
|
| index 98d51a5a5edbd72b10d1d091a503d31c4490277a..c38c240afbb8b98e2d3cf4e63f2e9114351c0006 100644
|
| --- a/ui/ozone/public/surface_factory_ozone.cc
|
| +++ b/ui/ozone/public/surface_factory_ozone.cc
|
| @@ -26,7 +26,7 @@ SurfaceFactoryOzone::GetAllowedGLImplementations() {
|
| return impls;
|
| }
|
|
|
| -GLOzone* SurfaceFactoryOzone::GetGLOzone(gl::GLImplementation implemenation) {
|
| +GLOzone* SurfaceFactoryOzone::GetGLOzone(gl::GLImplementation implementation) {
|
| return nullptr;
|
| }
|
|
|
|
|