Chromium Code Reviews| Index: Source/web/WebInputEvent.cpp |
| diff --git a/Source/web/WebInputEvent.cpp b/Source/web/WebInputEvent.cpp |
| index 165c5ce5bfb88384a6a6c8802eebed94cf79676e..9b059c1704f0cf9bbb4ac739f81032fd05d8b23b 100644 |
| --- a/Source/web/WebInputEvent.cpp |
| +++ b/Source/web/WebInputEvent.cpp |
| @@ -43,7 +43,7 @@ struct SameSizeAsWebInputEvent { |
| }; |
| struct SameSizeAsWebKeyboardEvent : public SameSizeAsWebInputEvent { |
| - int keyboardData[12]; |
| + int keyboardData[14]; |
|
bokan
2015/01/20 17:05:58
sizeof(long) == sizeof(int) on typical 32 bit buil
Habib Virji
2015/01/22 16:01:30
It does work with int. Earlier there was discussio
|
| }; |
| struct SameSizeAsWebMouseEvent : public SameSizeAsWebInputEvent { |