Index: ppapi/shared_impl/ppapi_globals.h |
diff --git a/ppapi/shared_impl/ppapi_globals.h b/ppapi/shared_impl/ppapi_globals.h |
index db91f72eea560f8be6db9199301c6631dc64df94..7d7dc87841ea0f8cb5632bb38ddab8942ed8cee2 100644 |
--- a/ppapi/shared_impl/ppapi_globals.h |
+++ b/ppapi/shared_impl/ppapi_globals.h |
@@ -9,6 +9,7 @@ |
#include "ppapi/c/pp_instance.h" |
#include "ppapi/c/pp_module.h" |
#include "ppapi/proxy/interface_id.h" |
+#include "ppapi/shared_impl/api_id.h" |
#include "ppapi/shared_impl/ppapi_shared_export.h" |
namespace ppapi { |
@@ -32,8 +33,7 @@ class PPAPI_SHARED_EXPORT PpapiGlobals { |
// Returns the function object corresponding to the given ID, or NULL if |
// there isn't one. |
- virtual FunctionGroupBase* GetFunctionAPI(PP_Instance inst, |
- proxy::InterfaceID id) = 0; |
+ virtual FunctionGroupBase* GetFunctionAPI(PP_Instance inst, ApiID id) = 0; |
// Returns the PP_Module associated with the given PP_Instance, or 0 on |
// failure. |