| Index: cc/test/test_gles2_interface.cc
|
| diff --git a/cc/test/test_gles2_interface.cc b/cc/test/test_gles2_interface.cc
|
| index b2bf39a357f31611ff45805c54df8d4f6776afb4..732c8a24916b14d1e7bc84508e7a80c048627c69 100644
|
| --- a/cc/test/test_gles2_interface.cc
|
| +++ b/cc/test/test_gles2_interface.cc
|
| @@ -369,4 +369,8 @@ void TestGLES2Interface::ResizeCHROMIUM(GLuint width,
|
| test_context_->reshapeWithScaleFactor(width, height, device_scale);
|
| }
|
|
|
| +void TestGLES2Interface::LoseContextCHROMIUM(GLenum current, GLenum other) {
|
| + test_context_->loseContextCHROMIUM(current, other);
|
| +}
|
| +
|
| } // namespace cc
|
|
|