Index: ppapi/tests/test_fullscreen.h |
diff --git a/ppapi/tests/test_fullscreen.h b/ppapi/tests/test_fullscreen.h |
index 4b355cabfc2ba5b07ab231fd1c2aa61ca148f8c4..bfe2e27ac7f3b9589b62b6a4e20a4486322df7e1 100644 |
--- a/ppapi/tests/test_fullscreen.h |
+++ b/ppapi/tests/test_fullscreen.h |
@@ -57,9 +57,9 @@ class TestFullscreen : public TestCase { |
bool fullscreen_pending_; |
bool normal_pending_; |
pp::Graphics2D graphics2d_; |
- TestCompletionCallback set_fullscreen_true_callback_; |
- TestCompletionCallback fullscreen_callback_; |
- TestCompletionCallback normal_callback_; |
+ |
+ NestedEvent fullscreen_event_; |
+ NestedEvent normal_event_; |
}; |
#endif // PAPPI_TESTS_TEST_FULLSCREEN_H_ |