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

Unified Diff: third_party/WebKit/public/platform/WebGestureDevice.h

Issue 1403893003: Plumb gesture source value through Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert more tests (related to CL) to use Touchscreen. Created 5 years, 2 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 | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | third_party/WebKit/public/web/WebInputEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebGestureDevice.h
diff --git a/third_party/WebKit/public/platform/WebGestureDevice.h b/third_party/WebKit/public/platform/WebGestureDevice.h
index 41b8856c33ead8a53fa0fe2346f1bd0d24dce0c5..f0b5381b0ad0f7116a6ad1c95f485db16eccc54b 100644
--- a/third_party/WebKit/public/platform/WebGestureDevice.h
+++ b/third_party/WebKit/public/platform/WebGestureDevice.h
@@ -29,6 +29,7 @@
namespace blink {
enum WebGestureDevice {
+ WebGestureDeviceUninitialized,
WebGestureDeviceTouchpad,
WebGestureDeviceTouchscreen,
};
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | third_party/WebKit/public/web/WebInputEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698