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

Unified Diff: ui/events/gesture_detection/filtered_gesture_provider.h

Issue 251543003: Unified Gesture Recognizer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows linking Created 6 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 side-by-side diff with in-line comments
Download patch
Index: ui/events/gesture_detection/filtered_gesture_provider.h
diff --git a/ui/events/gesture_detection/filtered_gesture_provider.h b/ui/events/gesture_detection/filtered_gesture_provider.h
index 4d63be64a8323fff17f71dc58538a66461fec969..c26350c70cd38c2c4d187ae4bcba3a8ae5b0f4ac 100644
--- a/ui/events/gesture_detection/filtered_gesture_provider.h
+++ b/ui/events/gesture_detection/filtered_gesture_provider.h
@@ -16,7 +16,7 @@ namespace ui {
// events and touch event acks.
class GESTURE_DETECTION_EXPORT FilteredGestureProvider
: public ui::TouchDispositionGestureFilterClient,
- public ui::GestureProviderClient {
+ private ui::GestureProviderClient {
jdduke (slow) 2014/05/02 17:56:43 Was this intentional? I usually take private inher
jdduke (slow) 2014/05/02 17:58:42 I see, you did use it in that way... I'd really pr
tdresser 2014/05/05 15:42:35 Yup, this is broken, we do want an "is-a" relation
public:
// |client| will be offered all gestures detected by the |gesture_provider_|
// and allowed by the |gesture_filter_|.

Powered by Google App Engine
This is Rietveld 408576698