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

Side by Side Diff: ui/events/gesture_detection/gesture_detection_switches.h

Issue 1049383003: Postpone rail application for touch scrolling - chrome side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef UI_EVENTS_GESTURE_DETECTION_SWITCHES_H_
6 #define UI_EVENTS_GESTURE_DETECTION_SWITCHES_H_
7
8 #include "ui/events/gesture_detection/gesture_detection_export.h"
9
10 namespace switches {
11
12 GESTURE_DETECTION_EXPORT extern const char kScrollRailsPostponed[];
13 GESTURE_DETECTION_EXPORT extern const char kScrollRailsPostponedAuto[];
14 GESTURE_DETECTION_EXPORT extern const char kScrollRailsPostponedEnabled[];
15 GESTURE_DETECTION_EXPORT extern const char kScrollRailsPostponedDisabled[];
16
17 } // namespace switches
18
19 namespace ui {
20
21 // Returns true if we should postpone the application of scroll rails.
22 GESTURE_DETECTION_EXPORT bool PostponeRailApplication();
23
24 } // namespace ui
25
26 #endif // UI_EVENTS_GESTURE_DETECTION_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698