Chromium Code Reviews| Index: Source/web/WebInputEventConversion.h |
| diff --git a/Source/web/WebInputEventConversion.h b/Source/web/WebInputEventConversion.h |
| index 196b58e82c2d268ee5bcebad2bd5af14dbebc08e..2ebb46c9e4ad544273785981ad470756cea4cce8 100644 |
| --- a/Source/web/WebInputEventConversion.h |
| +++ b/Source/web/WebInputEventConversion.h |
| @@ -75,6 +75,7 @@ class PlatformKeyboardEventBuilder : public PlatformKeyboardEvent { |
| public: |
| PlatformKeyboardEventBuilder(const WebKeyboardEvent&); |
| void setKeyType(Type); |
| + void setKeyboardEventDOMCodeValue(const char*); |
|
Wez
2015/01/08 01:14:48
Given that this is a member of PlatformKeyboardEve
Habib Virji
2015/01/12 15:34:17
We can set the value, but m_code is declared as pr
|
| bool isCharacterKey() const; |
| }; |