| Index: ui/gl/gl_context_stub.h
|
| diff --git a/ui/gl/gl_context_stub.h b/ui/gl/gl_context_stub.h
|
| index 8fca5b71dcc2fbe91f24ea8cacf3d8d83adbfaac..d57e02e61c6d03c838f5c4ef9a72d244eb88e6f5 100644
|
| --- a/ui/gl/gl_context_stub.h
|
| +++ b/ui/gl/gl_context_stub.h
|
| @@ -24,6 +24,7 @@ class GL_EXPORT GLContextStub : public GLContextReal {
|
| virtual void* GetHandle() OVERRIDE;
|
| virtual void SetSwapInterval(int interval) OVERRIDE;
|
| virtual std::string GetExtensions() OVERRIDE;
|
| + virtual std::string GetGLRenderer() OVERRIDE;
|
|
|
| protected:
|
| virtual ~GLContextStub();
|
|
|