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

Unified Diff: ppapi/proxy/ppb_flash_proxy.h

Issue 10905227: Introduce PPB_Flash_Font. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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
Index: ppapi/proxy/ppb_flash_proxy.h
diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h
index 99dfabd12795eb3d91d77c488d69540654e04885..d638783eac0303ea3a0b41d9ee299dfc15de12b5 100644
--- a/ppapi/proxy/ppb_flash_proxy.h
+++ b/ppapi/proxy/ppb_flash_proxy.h
@@ -20,6 +20,7 @@
#include "ppapi/shared_impl/host_resource.h"
#include "ppapi/shared_impl/ppb_flash_shared.h"
+struct PPB_Flash_Font_0_1;
struct PPB_Flash_Print_1_0;
namespace ppapi {
@@ -37,9 +38,11 @@ class PPB_Flash_Proxy : public InterfaceProxy, public PPB_Flash_Shared {
explicit PPB_Flash_Proxy(Dispatcher* dispatcher);
virtual ~PPB_Flash_Proxy();
- // This flash proxy also proxies the PPB_Flash_Print interface. This one
- // doesn't use the regular thunk system because the _impl side is actually in
- // Chrome rather than with the rest of the interface implementations.
+ // This flash proxy also proxies the PPB_Flash_Font and PPB_Flash_Print
+ // interfaces. They don't use the regular thunk system because the _impl side
+ // is actually in Chrome rather than with the rest of the interface
+ // implementations.
+ static const PPB_Flash_Font_0_1* GetFlashFontInterface();
static const PPB_Flash_Print_1_0* GetFlashPrintInterface();
// InterfaceProxy implementation.

Powered by Google App Engine
This is Rietveld 408576698