Chromium Code Reviews| Index: public/web/WebViewClient.h |
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h |
| index 6469e705c5b9494ac1d2d3a744d0ccaa9f1efde8..86cbbd3e6af2a853908a6aed00237ee535f8592a 100644 |
| --- a/public/web/WebViewClient.h |
| +++ b/public/web/WebViewClient.h |
| @@ -141,6 +141,7 @@ public: |
| // indicating that the default action should be suppressed. |
| virtual bool handleCurrentKeyboardEvent() { return false; } |
| + virtual const char* keyboardDOMCodeValue(int nativeValue) { return ""; } |
|
Wez
2014/12/02 04:23:30
Add a comment to explain that this converts from t
Habib Virji
2014/12/02 11:52:21
Done.
|
| // Dialogs ------------------------------------------------------------- |