| Index: gpu/command_buffer/service/test_helper.h
|
| diff --git a/gpu/command_buffer/service/test_helper.h b/gpu/command_buffer/service/test_helper.h
|
| index 5a59f9abe644447d979382b7ee933099efa1d0d2..6663e92d44a8ca42d6ffe1dfd62d99e0ee462590 100644
|
| --- a/gpu/command_buffer/service/test_helper.h
|
| +++ b/gpu/command_buffer/service/test_helper.h
|
| @@ -227,18 +227,6 @@ class TestHelper {
|
| static std::vector<std::string> split_extensions_;
|
| };
|
|
|
| -// This object temporaritly Sets what gl::GetGLImplementation returns. During
|
| -// testing the GLImplementation is set to kGLImplemenationMockGL but lots of
|
| -// code branches based on what gl::GetGLImplementation returns.
|
| -class ScopedGLImplementationSetter {
|
| - public:
|
| - explicit ScopedGLImplementationSetter(gl::GLImplementation implementation);
|
| - ~ScopedGLImplementationSetter();
|
| -
|
| - private:
|
| - gl::GLImplementation old_implementation_;
|
| -};
|
| -
|
| } // namespace gles2
|
| } // namespace gpu
|
|
|
|
|