Chromium Code Reviews| Index: public/platform/WebGraphicsContext3D.h |
| diff --git a/public/platform/WebGraphicsContext3D.h b/public/platform/WebGraphicsContext3D.h |
| index 3b285c9384c85df3ab7d19b1d11d7992175feb28..3ada59bcf736a523f82335b30ac42070c8729f18 100644 |
| --- a/public/platform/WebGraphicsContext3D.h |
| +++ b/public/platform/WebGraphicsContext3D.h |
| @@ -64,6 +64,7 @@ struct WebGLInfo { |
| WebString vendorInfo; |
| WebString rendererInfo; |
| WebString driverVersion; |
| + WebString contextInfoCollectionFailure; |
|
Ken Russell (switch to Gerrit)
2014/12/23 02:56:47
I think you'll need to land the addition of this W
|
| }; |
| // This interface abstracts the operations performed by the |