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

Unified Diff: third_party/WebKit/Source/core/events/TouchEventTest.cpp

Issue 2863693003: Unify TouchAction classes (Closed)
Patch Set: add cstdlib Created 3 years, 7 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: third_party/WebKit/Source/core/events/TouchEventTest.cpp
diff --git a/third_party/WebKit/Source/core/events/TouchEventTest.cpp b/third_party/WebKit/Source/core/events/TouchEventTest.cpp
index e3e6ab823e491aca0174e7413b1fa48c88f675af..779ece0645e6fda6577a97d60ddcc11485b9cb38 100644
--- a/third_party/WebKit/Source/core/events/TouchEventTest.cpp
+++ b/third_party/WebKit/Source/core/events/TouchEventTest.cpp
@@ -65,7 +65,8 @@ class TouchEventTest : public testing::Test {
WebTouchEvent web_touch_event(WebInputEvent::kTouchStart, 0, 0);
web_touch_event.dispatch_type = dispatch_type;
return TouchEvent::Create(web_touch_event, nullptr, nullptr, nullptr,
- "touchstart", &Window(), kTouchActionAuto);
+ "touchstart", &Window(),
+ TouchAction::kTouchActionAuto);
}
private:
« no previous file with comments | « third_party/WebKit/Source/core/events/TouchEvent.cpp ('k') | third_party/WebKit/Source/core/input/TouchActionUtil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698