| Index: ui/gl/init/gl_factory_ozone.cc
|
| diff --git a/ui/gl/init/gl_factory_ozone.cc b/ui/gl/init/gl_factory_ozone.cc
|
| index 5d740f24f8e57a0ab7253258be572b0a1cdfaf56..9bd31ebc725621b53df42ebeed4bf6a9af75f62f 100644
|
| --- a/ui/gl/init/gl_factory_ozone.cc
|
| +++ b/ui/gl/init/gl_factory_ozone.cc
|
| @@ -18,7 +18,7 @@ namespace gl {
|
| namespace init {
|
|
|
| std::vector<GLImplementation> GetAllowedGLImplementations() {
|
| - ui::OzonePlatform::InitializeForGPU();
|
| + DCHECK(GetSurfaceFactoryOzone());
|
| return GetSurfaceFactoryOzone()->GetAllowedGLImplementations();
|
| }
|
|
|
|
|