| Index: ui/gl/test/gl_image_test_support.cc
|
| diff --git a/ui/gl/test/gl_image_test_support.cc b/ui/gl/test/gl_image_test_support.cc
|
| index be049be11f4dae79e32e982dc542118b74eb652c..bc7284ca81ba84268dcc23ef1d6d459d4dfee016 100644
|
| --- a/ui/gl/test/gl_image_test_support.cc
|
| +++ b/ui/gl/test/gl_image_test_support.cc
|
| @@ -18,8 +18,8 @@ namespace gl {
|
|
|
| // static
|
| void GLImageTestSupport::InitializeGL() {
|
| - std::vector<GLImplementation> allowed_impls;
|
| - GetAllowedGLImplementations(&allowed_impls);
|
| + std::vector<GLImplementation> allowed_impls =
|
| + init::GetAllowedGLImplementations();
|
| DCHECK(!allowed_impls.empty());
|
|
|
| GLImplementation impl = allowed_impls[0];
|
|
|