Index: ppapi/tests/test_utils.h |
diff --git a/ppapi/tests/test_utils.h b/ppapi/tests/test_utils.h |
index 4168cec9478db950dbce96d17fb7fa9ac4b0f517..ab87dd3e47bff4076099a96b924d058247fb788b 100644 |
--- a/ppapi/tests/test_utils.h |
+++ b/ppapi/tests/test_utils.h |
@@ -50,6 +50,8 @@ class NestedEvent { |
void Wait(); |
// Signal the NestedEvent. If Wait() has been called, quit the message loop. |
void Signal(); |
+ // Reset the NestedEvent so it can be used again. |
+ void Reset(); |
private: |
PP_Instance instance_; |
bool waiting_; |