| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index 6469e705c5b9494ac1d2d3a744d0ccaa9f1efde8..4042231a07741d095c2091bf5cccd4d15391bf7d 100644
|
| --- a/public/web/WebViewClient.h
|
| +++ b/public/web/WebViewClient.h
|
| @@ -141,6 +141,9 @@ public:
|
| // indicating that the default action should be suppressed.
|
| virtual bool handleCurrentKeyboardEvent() { return false; }
|
|
|
| + // This method converts from the embedded-supplied nativeValue to
|
| + // the DOM |code| value
|
| + virtual const char* keyboardDOMCodeValue(int nativeValue) { return ""; }
|
|
|
| // Dialogs -------------------------------------------------------------
|
|
|
|
|