| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc
|
| index be022e1239d7842f5625ab165a811d76f86d0ddf..64143df4f68eb8a69853688c892b426ddf9aaa80 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc
|
| @@ -31,7 +31,7 @@
|
| #define GL_DEPTH24_STENCIL8 0x88F0
|
| #endif
|
|
|
| -using ::gfx::MockGLInterface;
|
| +using ::gl::MockGLInterface;
|
| using ::testing::_;
|
| using ::testing::DoAll;
|
| using ::testing::InSequence;
|
| @@ -608,7 +608,7 @@ TEST_P(GLES2DecoderWithShaderTest, GetAttachedShadersBadSharedMemoryFails) {
|
| }
|
|
|
| TEST_P(GLES2DecoderWithShaderTest, GetShaderPrecisionFormatSucceeds) {
|
| - ScopedGLImplementationSetter gl_impl(::gfx::kGLImplementationEGLGLES2);
|
| + ScopedGLImplementationSetter gl_impl(::gl::kGLImplementationEGLGLES2);
|
| GetShaderPrecisionFormat cmd;
|
| typedef GetShaderPrecisionFormat::Result Result;
|
| Result* result = static_cast<Result*>(shared_memory_address_);
|
|
|