diff options
author | wjmaclean@chromium.org <wjmaclean@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-17 23:28:46 +0000 |
---|---|---|
committer | wjmaclean@chromium.org <wjmaclean@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-17 23:28:46 +0000 |
commit | fd6e9a9aee894b33ac5d792cf826398ef4023171 (patch) | |
tree | 51e4c97ef2a73195b377048ecbbf02137434b057 /cc | |
parent | 59f3c080336789ff783976f86379be8de618ba57 (diff) | |
download | chromium_src-fd6e9a9aee894b33ac5d792cf826398ef4023171.zip chromium_src-fd6e9a9aee894b33ac5d792cf826398ef4023171.tar.gz chromium_src-fd6e9a9aee894b33ac5d792cf826398ef4023171.tar.bz2 |
Remove enable-pinch-zoom-scrollbars flag.
As part of the cleanup before re-factoring code to implement the pinch virtual viewport
for fixed position elements and pinch-zoom scrollbars, we need to remove this now-obsolete flag.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/15139006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r-- | cc/base/switches.cc | 4 | ||||
-rw-r--r-- | cc/base/switches.h | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/cc/base/switches.cc b/cc/base/switches.cc index 48e37a6..bc502e1 100644 --- a/cc/base/switches.cc +++ b/cc/base/switches.cc @@ -67,10 +67,6 @@ const char kMaxTilesForInterestArea[] = "max-tiles-for-interest-area"; const char kMaxUnusedResourceMemoryUsagePercentage[] = "max-unused-resource-memory-usage-percentage"; -// Causes overlay scrollbars to appear when zoomed in ChromeOS/Windows. -const char kEnablePinchZoomScrollbars[] = "enable-pinch-zoom-scrollbars"; -const char kDisablePinchZoomScrollbars[] = "disable-pinch-zoom-scrollbars"; - // Causes the compositor to render to textures which are then sent to the parent // through the texture mailbox mechanism. // Requires --enable-compositor-frame-message. diff --git a/cc/base/switches.h b/cc/base/switches.h index 1be414e..28eaf1d 100644 --- a/cc/base/switches.h +++ b/cc/base/switches.h @@ -35,8 +35,6 @@ CC_EXPORT extern const char kLowResolutionContentsScaleFactor[]; CC_EXPORT extern const char kCompositeToMailbox[]; CC_EXPORT extern const char kMaxTilesForInterestArea[]; CC_EXPORT extern const char kMaxUnusedResourceMemoryUsagePercentage[]; -CC_EXPORT extern const char kEnablePinchZoomScrollbars[]; -CC_EXPORT extern const char kDisablePinchZoomScrollbars[]; CC_EXPORT extern const char kEnablePartialSwap[]; CC_EXPORT extern const char kStrictLayerPropertyChangeChecking[]; |