Index: ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h |
diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h |
index ac1a330b862464a8ed72a6e5dfa35ff19e0518ff..e802c8fbdf4f1ddb7202d37e4f3e7f8378bbedc2 100644 |
--- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h |
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h |
@@ -88,7 +88,8 @@ class PnaclCoordinator { |
void BitcodeStreamCacheHit(PP_FileHandle handle); |
- void BitcodeStreamCacheMiss(int64_t expected_pexe_size); |
+ void BitcodeStreamCacheMiss(int64_t expected_pexe_size, |
+ PP_FileHandle handle); |
// Invoked when a pexe data chunk arrives (when using streaming translation) |
void BitcodeStreamGotData(const void* data, int32_t length); |