Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: ppapi/shared_impl/ppapi_globals.h

Issue 8333004: Rename InterfaceID to ApiID and move the file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged Created 9 years, 2 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 | « ppapi/shared_impl/api_id.h ('k') | ppapi/shared_impl/test_globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ppapi/shared_impl/api_id.h ('k') | ppapi/shared_impl/test_globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698