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

Unified Diff: ui/base/touch/touch_device.h

Issue 2827803002: Make Interaction Media Features MQ dynamic on Linux. (Closed)
Patch Set: Patch for landing, added the mojo bits 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
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/touch/touch_device_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/touch/touch_device.h
diff --git a/ui/base/touch/touch_device.h b/ui/base/touch/touch_device.h
index 7b1b65f30fc02104269e243b416a2830524f8623..18daecb2b6fdb1f2ac895041c289c0ef1452461c 100644
--- a/ui/base/touch/touch_device.h
+++ b/ui/base/touch/touch_device.h
@@ -61,6 +61,8 @@ enum HoverType {
HOVER_TYPE_LAST = HOVER_TYPE_HOVER
};
+int GetAvailablePointerTypes();
+int GetAvailableHoverTypes();
UI_BASE_EXPORT std::pair<int, int> GetAvailablePointerAndHoverTypes();
UI_BASE_EXPORT void SetAvailablePointerAndHoverTypesForTesting(
int available_pointer_types,
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/touch/touch_device_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698