Index: native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h |
diff --git a/native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h b/native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h |
index 0fe374318152974bc4c72ec0a007039f7939e655..a9e2445e236346140dc4785acd2c471db14b8988 100644 |
--- a/native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h |
+++ b/native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h |
@@ -39,6 +39,7 @@ class PepperInterfaceMock : public PepperInterface { |
virtual PP_Instance GetInstance(); |
MOCK_METHOD1(AddRefResource, void(PP_Resource)); |
MOCK_METHOD1(ReleaseResource, void(PP_Resource)); |
+ MOCK_METHOD0(IsMainThread, bool()); |
// Interface getters. |
#include "nacl_io/pepper/define_empty_macros.h" |