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

Unified Diff: ios/web_view/public/cwv_scroll_view_delegate.h

Issue 2876753002: Add more methods to CWVScrollView and CWVScrollViewDelegate. (Closed)
Patch Set: Add more methods. 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 | « ios/web_view/public/cwv_scroll_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/public/cwv_scroll_view_delegate.h
diff --git a/ios/web_view/public/cwv_scroll_view_delegate.h b/ios/web_view/public/cwv_scroll_view_delegate.h
index d5eee58a9d2cd2d004918d3dfcb6c48cb143bdc6..f9bc5cace05256ed031207c526d9f283f5bfde4e 100644
--- a/ios/web_view/public/cwv_scroll_view_delegate.h
+++ b/ios/web_view/public/cwv_scroll_view_delegate.h
@@ -23,6 +23,11 @@ CWV_EXPORT
targetContentOffset:(inout CGPoint*)targetContentOffset;
- (void)scrollViewDidScroll:(CWVScrollView*)scrollView;
- (void)scrollViewDidEndDecelerating:(CWVScrollView*)scrollView;
+
+// The equivalent in UIScrollViewDelegate also takes a parameter (UIView*)view,
+// but CWVScrollViewDelegate doesn't expose it for flexibility of future
+// implementation.
+- (void)scrollViewWillBeginZooming:(CWVScrollView*)webViewScrollViewProxy;
@end
#endif // IOS_WEB_VIEW_PUBLIC_CWV_SCROLL_VIEW_DELEGATE_H_
« no previous file with comments | « ios/web_view/public/cwv_scroll_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698