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

Unified Diff: chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm

Issue 2227803003: Plumb phase/momentum for WheelEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Non-Mac compile. Created 4 years, 4 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 | chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm
diff --git a/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm b/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm
index b949da40906e573060a901b2e278802a1ff8ef90..2fabbf198046aef7a675a354b1f42fb9a099eaa3 100644
--- a/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm
+++ b/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm
@@ -82,14 +82,6 @@ using content::RenderViewHost;
[historySwiper_ touchesEndedWithEvent:event];
}
-- (BOOL)canRubberbandLeft:(NSView*)view {
- return [historySwiper_ canRubberbandLeft:view];
-}
-
-- (BOOL)canRubberbandRight:(NSView*)view {
- return [historySwiper_ canRubberbandRight:view];
-}
-
// HistorySwiperDelegate methods
- (BOOL)shouldAllowHistorySwiping {
« no previous file with comments | « no previous file | chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698