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

Unified Diff: ios/chrome/browser/ui/side_swipe_gesture_recognizer.h

Issue 1137623007: [iOS] Upstream changes to swipe recognizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | ios/chrome/browser/ui/side_swipe_gesture_recognizer.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/side_swipe_gesture_recognizer.h
diff --git a/ios/chrome/browser/ui/side_swipe_gesture_recognizer.h b/ios/chrome/browser/ui/side_swipe_gesture_recognizer.h
index 3e97dda687f575675b7a4c52e02a32517e0e7553..730ddada1a8b3b8034a3b3fec42c427676311e43 100644
--- a/ios/chrome/browser/ui/side_swipe_gesture_recognizer.h
+++ b/ios/chrome/browser/ui/side_swipe_gesture_recognizer.h
@@ -19,6 +19,8 @@
@property(nonatomic, assign) CGFloat swipeEdge;
// The distance from the edge of the screen from which a gesture starts.
@property(readonly, nonatomic) CGFloat swipeOffset;
+// Starting point of swipe.
+@property(readonly, nonatomic) CGPoint startPoint;
@property(nonatomic, assign) UISwipeGestureRecognizerDirection direction;
@end
« no previous file with comments | « no previous file | ios/chrome/browser/ui/side_swipe_gesture_recognizer.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698