| Index: content/renderer/pepper/pepper_plugin_instance_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| index e0a951bed8bec4180e4583798bd95c571489cd22..1cc9ef8450981e4faae840f7dfd313a029a7e9af 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -268,7 +268,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| bool StartFind(const base::string16& search_text,
|
| bool case_sensitive,
|
| int identifier);
|
| - void SelectFindResult(bool forward);
|
| + void SelectFindResult(bool forward, int identifier);
|
| void StopFind();
|
|
|
| bool SupportsPrintInterface();
|
|
|