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

Unified Diff: third_party/WebKit/Source/web/resources/calendarPicker.js

Issue 2776663002: input[type=date]: Enlarge day fields if touch-enabled input devices are available (Closed)
Patch Set: Created 3 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 | « third_party/WebKit/Source/web/WebPagePopupImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/resources/calendarPicker.js
diff --git a/third_party/WebKit/Source/web/resources/calendarPicker.js b/third_party/WebKit/Source/web/resources/calendarPicker.js
index c65886c2d5f845a9ab9c166f19b5013c9d7c5bce..250b55c6ad7b921996b4da559a717df9b6aff724 100644
--- a/third_party/WebKit/Source/web/resources/calendarPicker.js
+++ b/third_party/WebKit/Source/web/resources/calendarPicker.js
@@ -60,7 +60,7 @@ var global = {
* @return {!boolean}
*/
function hasInaccuratePointingDevice() {
- return matchMedia('(pointer: coarse)').matches;
+ return matchMedia('(any-pointer: coarse)').matches;
}
/**
« no previous file with comments | « third_party/WebKit/Source/web/WebPagePopupImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698