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

Unified Diff: ppapi/tests/test_input_event.h

Issue 10665007: ppapi: Add test for touch-event support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self-nits Created 8 years, 6 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
Index: ppapi/tests/test_input_event.h
diff --git a/ppapi/tests/test_input_event.h b/ppapi/tests/test_input_event.h
index 406c182e795049937f7df71da9d1846c74890cb0..e2fe9c5e0db6288226e52509487f8f2e9b570c14 100644
--- a/ppapi/tests/test_input_event.h
+++ b/ppapi/tests/test_input_event.h
@@ -40,6 +40,10 @@ class TestInputEvent : public TestCase {
bool AreEquivalentEvents(PP_Resource first, PP_Resource second);
std::string TestEvents();
+ std::string TestAcceptTouchEvent_1();
+ std::string TestAcceptTouchEvent_2();
+ std::string TestAcceptTouchEvent_3();
+ std::string TestAcceptTouchEvent_4();
const PPB_InputEvent* input_event_interface_;
const PPB_MouseInputEvent* mouse_input_event_interface_;

Powered by Google App Engine
This is Rietveld 408576698