Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: ppapi/tests/test_fullscreen.h

Issue 9937001: PPAPI: Refactor ppapi test callbacks to ease testing blocking callbacks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/test_flash_fullscreen.cc ('k') | ppapi/tests/test_fullscreen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ppapi/tests/test_flash_fullscreen.cc ('k') | ppapi/tests/test_fullscreen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698