diff options
Diffstat (limited to 'webkit/glue/plugins/webplugin_delegate.h')
-rw-r--r-- | webkit/glue/plugins/webplugin_delegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate.h b/webkit/glue/plugins/webplugin_delegate.h index 12ac01b..413a509 100644 --- a/webkit/glue/plugins/webplugin_delegate.h +++ b/webkit/glue/plugins/webplugin_delegate.h @@ -152,6 +152,7 @@ class WebPluginDelegate : public WebPlugin2DDeviceDelegate, virtual void SelectedFindResultChanged(int index) {} virtual NPWidgetExtensions* GetWidgetExtensions() { return NULL; } virtual bool SetCursor(NPCursorType type) { return false; } + virtual NPFontExtensions* GetFontExtensions() { return NULL; } // Used for zooming of full page plugins. 0 means reset, while -1 means zoom // out and +1 means zoom in. |