diff options
Diffstat (limited to 'webkit/glue/webplugin_delegate.h')
-rw-r--r-- | webkit/glue/webplugin_delegate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/webplugin_delegate.h b/webkit/glue/webplugin_delegate.h index ec42432..385044d 100644 --- a/webkit/glue/webplugin_delegate.h +++ b/webkit/glue/webplugin_delegate.h @@ -101,8 +101,6 @@ class WebPluginDelegate { // Returns the process id of the process that is running the plugin. virtual int GetProcessId() = 0; - virtual void FlushGeometryUpdates() = 0; - // The result of the script execution is returned via this function. virtual void SendJavaScriptStream(const std::string& url, const std::wstring& result, |