| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index 1d9472330cf60944bb04a987963b5efb87fbea22..43f20fd18d158faff0fabc0cb03bc48da34db1f8 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -161,6 +161,12 @@ class PepperPluginDelegateImpl
|
| webkit::ppapi::PluginInstance* instance) OVERRIDE;
|
| virtual void PluginSelectionChanged(
|
| webkit::ppapi::PluginInstance* instance) OVERRIDE;
|
| + virtual void SimulateImeSetComposition(
|
| + const string16& text,
|
| + const std::vector<WebKit::WebCompositionUnderline>& underlines,
|
| + int selection_start,
|
| + int selection_end) OVERRIDE;
|
| + virtual void SimulateImeConfirmComposition(const string16& text) OVERRIDE;
|
| virtual void PluginCrashed(webkit::ppapi::PluginInstance* instance) OVERRIDE;
|
| virtual void InstanceCreated(
|
| webkit::ppapi::PluginInstance* instance) OVERRIDE;
|
|
|