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

Unified Diff: ui/events/event_utils.h

Issue 854713003: More old files deletion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix tryjobs? Created 5 years, 11 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/events/BUILD.gn ('k') | ui/events/event_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_utils.h
diff --git a/ui/events/event_utils.h b/ui/events/event_utils.h
index f1f5f34d2754a3567268a7a8580abdfd2246431a..b17f506842b56711975f166c1b7b272456ac1456 100644
--- a/ui/events/event_utils.h
+++ b/ui/events/event_utils.h
@@ -154,12 +154,6 @@ EVENTS_EXPORT bool GetScrollOffsets(const base::NativeEvent& native_event,
float* y_offset_ordinal,
int* finger_count);
-// Returns whether natural scrolling should be used for touchpad.
-EVENTS_EXPORT bool ShouldDefaultToNaturalScroll();
-
-// Returns whether or not the internal display produces touch events.
-EVENTS_EXPORT gfx::Display::TouchSupport GetInternalDisplayTouchSupport();
-
#if defined(OS_WIN)
EVENTS_EXPORT int GetModifiersFromACCEL(const ACCEL& accel);
EVENTS_EXPORT int GetModifiersFromKeyState();
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/event_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698