| Index: webkit/glue/plugins/webplugin.h
|
| diff --git a/webkit/glue/plugins/webplugin.h b/webkit/glue/plugins/webplugin.h
|
| index 1a14d545a3d15e0876d434b3aa871a89179108a3..36426fadf4277885cfed29178c0b6dddf9ea4b7e 100644
|
| --- a/webkit/glue/plugins/webplugin.h
|
| +++ b/webkit/glue/plugins/webplugin.h
|
| @@ -149,6 +149,9 @@ class WebPlugin {
|
| bool defer) = 0;
|
|
|
| #if defined(OS_MACOSX)
|
| + // Enables/disables plugin IME.
|
| + virtual void SetImeEnabled(bool enabled) {};
|
| +
|
| // Synthesize a fake window handle for the plug-in to identify the instance
|
| // to the browser, allowing mapping to a surface for hardware accelleration
|
| // of plug-in content. The browser generates the handle which is then set on
|
|
|