Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: webkit/glue/plugins/webplugin_delegate.h

Issue 2794004: Add a font API to Pepper and implement on Linux based on agl's ... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/plugins/npapi_extension_thunk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « webkit/glue/plugins/npapi_extension_thunk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698