Index: ppapi/shared_impl/webkit_forwarding.h |
=================================================================== |
--- ppapi/shared_impl/webkit_forwarding.h (revision 86427) |
+++ ppapi/shared_impl/webkit_forwarding.h (working copy) |
@@ -25,6 +25,8 @@ |
namespace ppapi { |
+struct Preferences; |
+ |
class WebKitForwarding { |
public: |
class Font { |
@@ -93,8 +95,8 @@ |
virtual void CreateFontForwarding(base::WaitableEvent* event, |
const PP_FontDescription_Dev& desc, |
const std::string& desc_face, |
+ const Preferences& prefs, |
Font** result) = 0; |
- |
}; |
} // namespace ppapi |