| Index: webkit/glue/webplugin_delegate.h
|
| ===================================================================
|
| --- webkit/glue/webplugin_delegate.h (revision 42528)
|
| +++ webkit/glue/webplugin_delegate.h (working copy)
|
| @@ -138,6 +138,16 @@
|
| // has become seekable.
|
| virtual WebPluginResourceClient* CreateSeekableResourceClient(
|
| unsigned long resource_id, int range_request_id) = 0;
|
| +
|
| + // See WebPluginContainerImpl's description of the interface.
|
| + virtual bool SupportsFind() { return false; }
|
| + virtual void StartFind(const std::string& search_text,
|
| + bool case_sensitive,
|
| + int identifier) {}
|
| + virtual void SelectFindResult(bool forward) {}
|
| + virtual void StopFind() {}
|
| + virtual void NumberOfFindResultsChanged(int total, bool final_result) {}
|
| + virtual void SelectedFindResultChanged(int index) {}
|
| };
|
|
|
| } // namespace webkit_glue
|
|
|