Index: ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h |
=================================================================== |
--- ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h (revision 136022) |
+++ ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h (working copy) |
@@ -6,12 +6,14 @@ |
#define PPAPI_NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SEL_LDR_LAUNCHER_CHROME_H_ |
#include "native_client/src/trusted/nonnacl_util/sel_ldr_launcher.h" |
+#include "ppapi/c/pp_instance.h" |
namespace plugin { |
class SelLdrLauncherChrome : public nacl::SelLdrLauncherBase { |
public: |
virtual bool Start(const char* url); |
+ virtual bool Start(PP_Instance instance, const char* url); |
}; |
} // namespace plugin |