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

Unified Diff: ios/web/public/web_state/ui/crw_web_view_scroll_view_proxy.h

Issue 2876693006: Add -[CRWWebViewScrollViewObserver webViewScrollViewWillBeginZooming...] (Closed)
Patch Set: 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 | « no previous file | ios/web/web_state/ui/crw_web_view_scroll_view_proxy.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/web_state/ui/crw_web_view_scroll_view_proxy.h
diff --git a/ios/web/public/web_state/ui/crw_web_view_scroll_view_proxy.h b/ios/web/public/web_state/ui/crw_web_view_scroll_view_proxy.h
index d677274f1312063d3418ed855f0515edc86662e3..27294d582547ee791faeba07e7693485333d99b7 100644
--- a/ios/web/public/web_state/ui/crw_web_view_scroll_view_proxy.h
+++ b/ios/web/public/web_state/ui/crw_web_view_scroll_view_proxy.h
@@ -79,6 +79,12 @@
(CRWWebViewScrollViewProxy*)webViewScrollViewProxy;
- (void)webViewScrollViewDidResetContentSize:
(CRWWebViewScrollViewProxy*)webViewScrollViewProxy;
+
+// The equivalent in UIScrollViewDelegate also takes a parameter (UIView*)view,
+// but CRWWebViewScrollViewObserver doesn't expose it for flexibility of future
+// implementation.
+- (void)webViewScrollViewWillBeginZooming:
+ (CRWWebViewScrollViewProxy*)webViewScrollViewProxy;
@end
// A protocol to be implemented by objects to listen for changes to the
« no previous file with comments | « no previous file | ios/web/web_state/ui/crw_web_view_scroll_view_proxy.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698