Chromium Code Reviews| Index: ui/gl/gl_context_stub.h |
| diff --git a/ui/gl/gl_context_stub.h b/ui/gl/gl_context_stub.h |
| index ba130f6911e182b1387ecf436eb3de32b8a381d3..8fca5b71dcc2fbe91f24ea8cacf3d8d83adbfaac 100644 |
| --- a/ui/gl/gl_context_stub.h |
| +++ b/ui/gl/gl_context_stub.h |
| @@ -10,7 +10,7 @@ |
| namespace gfx { |
| // A GLContext that does nothing for unit tests. |
| -class GL_EXPORT GLContextStub : public GLContext { |
| +class GL_EXPORT GLContextStub : public GLContextReal { |
| public: |
| GLContextStub(); |