| Index: ui/compositor/test/in_process_context_factory.cc
|
| diff --git a/ui/compositor/test/in_process_context_factory.cc b/ui/compositor/test/in_process_context_factory.cc
|
| index 6ad88574d86fd854f2848a9b35a65982503a293b..2bdd953787ea664a5b85d80ac73270c14c82e95f 100644
|
| --- a/ui/compositor/test/in_process_context_factory.cc
|
| +++ b/ui/compositor/test/in_process_context_factory.cc
|
| @@ -103,9 +103,9 @@ InProcessContextFactory::InProcessContextFactory(
|
| use_test_surface_(true),
|
| context_factory_for_test_(context_factory_for_test),
|
| surface_manager_(surface_manager) {
|
| - DCHECK_NE(gfx::GetGLImplementation(), gfx::kGLImplementationNone)
|
| + DCHECK_NE(gl::GetGLImplementation(), gl::kGLImplementationNone)
|
| << "If running tests, ensure that main() is calling "
|
| - << "gfx::GLSurfaceTestSupport::InitializeOneOff()";
|
| + << "gl::GLSurfaceTestSupport::InitializeOneOff()";
|
| }
|
|
|
| InProcessContextFactory::~InProcessContextFactory() {
|
|
|