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

Unified Diff: ppapi/thunk/ppb_instance_api.h

Issue 11578038: Convert pepper font list to new resource system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
Index: ppapi/thunk/ppb_instance_api.h
diff --git a/ppapi/thunk/ppb_instance_api.h b/ppapi/thunk/ppb_instance_api.h
index 0c53c8b74f1d2ef74a1368e91625fe6b90066661..5dbc902f4aed72f3171b7f3d09db21f65b9af245 100644
--- a/ppapi/thunk/ppb_instance_api.h
+++ b/ppapi/thunk/ppb_instance_api.h
@@ -85,9 +85,6 @@ class PPB_Instance_API {
virtual void SelectedFindResultChanged(PP_Instance instance,
int32_t index) = 0;
- // Font.
- virtual PP_Var GetFontFamilies(PP_Instance instance) = 0;
-
// Fullscreen.
virtual PP_Bool SetFullscreen(PP_Instance instance,
PP_Bool fullscreen) = 0;

Powered by Google App Engine
This is Rietveld 408576698