From f54b4267548cc68071ada1111be1e4473d66676d Mon Sep 17 00:00:00 2001 From: "zeeshanq@chromium.org" Date: Wed, 23 Jul 2014 19:28:11 +0000 Subject: Remove flag to disable cc touch hit testing. Compositor touch hit testing was re-enabled on Android webview back in February (https://codereview.chromium.org/183943002) and we haven't had any complaints since. It's probably safe to remove the flag and related code now. This is part 1 of 2, will be followed by: https://codereview.chromium.org/406053002 BUG=304518 Review URL: https://codereview.chromium.org/399953004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285013 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/base/switches.cc | 4 ---- cc/base/switches.h | 1 - 2 files changed, 5 deletions(-) (limited to 'cc/base') diff --git a/cc/base/switches.cc b/cc/base/switches.cc index 4211a35..13904cdb 100644 --- a/cc/base/switches.cc +++ b/cc/base/switches.cc @@ -120,9 +120,5 @@ const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout"; // Makes pixel tests write their output instead of read it. const char kCCRebaselinePixeltests[] = "cc-rebaseline-pixeltests"; -// Disable touch hit testing in the compositor. -const char kDisableCompositorTouchHitTesting[] = - "disable-compositor-touch-hit-testing"; - } // namespace switches } // namespace cc diff --git a/cc/base/switches.h b/cc/base/switches.h index be4c1ac..6edcf1d 100644 --- a/cc/base/switches.h +++ b/cc/base/switches.h @@ -33,7 +33,6 @@ CC_EXPORT extern const char kMaxUnusedResourceMemoryUsagePercentage[]; CC_EXPORT extern const char kEnablePinchVirtualViewport[]; CC_EXPORT extern const char kDisablePinchVirtualViewport[]; CC_EXPORT extern const char kStrictLayerPropertyChangeChecking[]; -CC_EXPORT extern const char kDisableCompositorTouchHitTesting[]; // Switches for both the renderer and ui compositors. CC_EXPORT extern const char kUIDisablePartialSwap[]; -- cgit v1.1