Chromium Code Reviews| Index: public/platform/WebCommon.h |
| diff --git a/public/platform/WebCommon.h b/public/platform/WebCommon.h |
| index 1491ddcd58eb835710b6e2428788df669c0d6d78..e076c2d6f77032ac5500965fa3c19bd23e9c7c6a 100644 |
| --- a/public/platform/WebCommon.h |
| +++ b/public/platform/WebCommon.h |
| @@ -87,6 +87,7 @@ |
| #if defined(WIN32) |
|
Peter Beverloo
2015/07/08 14:00:22
Removing lines 88-97 and 99 (in a separate patch)
USE s.singapati at gmail.com
2015/07/08 14:39:56
Done. New CL: https://codereview.chromium.org/1223
|
| // Visual Studio doesn't have stdint.h. |
| +typedef unsigned char uint8_t; |
| typedef short int16_t; |
| typedef unsigned short uint16_t; |
| typedef int int32_t; |