| Index: webkit/glue/plugins/webplugin_delegate.h
|
| ===================================================================
|
| --- webkit/glue/plugins/webplugin_delegate.h (revision 49461)
|
| +++ webkit/glue/plugins/webplugin_delegate.h (working copy)
|
| @@ -152,6 +152,7 @@
|
| 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.
|
|
|