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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.h

Issue 181723006: Handle mac trackpad zoom via GesturePinch events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jdduke CR feedback and fix win build errors Created 6 years, 9 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: chrome/browser/ui/cocoa/browser_window_controller.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
index aed9187114af3398b545c0d1509f98eb55608f84..f3eea0bd6246fee790b5e658c7a1a8f06c3add5e 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h
@@ -108,11 +108,6 @@ class Command;
// NO on growth.
BOOL isShrinkingFromZoomed_;
- // The raw accumulated zoom value and the actual zoom increments made for an
- // an in-progress pinch gesture.
- CGFloat totalMagnifyGestureAmount_;
- NSInteger currentZoomStepDelta_;
-
// The view controller that manages the incognito badge or the multi-profile
// avatar button. Depending on whether the --new-profile-management flag is
// used, the multi-profile button can either be the avatar's icon badge or a

Powered by Google App Engine
This is Rietveld 408576698