| Index: third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| diff --git a/third_party/WebKit/public/platform/WebGraphicsContext3D.h b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| index 7fb30ca84966e4e8d33a94de1554ecab0075d515..2c3451aa90bb1286cda1ebc9aa52950b7ee93e94 100644
|
| --- a/third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| +++ b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| @@ -64,8 +64,8 @@ typedef struct __WGC3Dsync *WGC3Dsync;
|
| typedef WGC3Duint WebGLId;
|
|
|
| struct WebGLInfo {
|
| - WGC3Duint vendorId;
|
| - WGC3Duint deviceId;
|
| + WebString vendorId;
|
| + WebString deviceId;
|
| WebString vendorInfo;
|
| WebString rendererInfo;
|
| WebString driverVersion;
|
|
|