| Index: ui/chromeos/touch_exploration_controller_unittest.cc
|
| diff --git a/ui/chromeos/touch_exploration_controller_unittest.cc b/ui/chromeos/touch_exploration_controller_unittest.cc
|
| index 651dd12ac2e92fcb447ccc99225e0291da52fa82..06c19c627e084d1c1069ed07b9d04adc26aac73f 100644
|
| --- a/ui/chromeos/touch_exploration_controller_unittest.cc
|
| +++ b/ui/chromeos/touch_exploration_controller_unittest.cc
|
| @@ -195,8 +195,8 @@ class TouchExplorationTest : public aura::test::AuraTestBase {
|
| ~TouchExplorationTest() override {}
|
|
|
| void SetUp() override {
|
| - if (gfx::GetGLImplementation() == gfx::kGLImplementationNone)
|
| - gfx::GLSurfaceTestSupport::InitializeOneOff();
|
| + if (gl::GetGLImplementation() == gl::kGLImplementationNone)
|
| + gl::GLSurfaceTestSupport::InitializeOneOff();
|
| aura::test::AuraTestBase::SetUp();
|
| cursor_client_.reset(new aura::test::TestCursorClient(root_window()));
|
| root_window()->AddPreTargetHandler(&event_capturer_);
|
|
|