| Index: content/browser/renderer_host/input/touch_action_browsertest.cc
|
| diff --git a/content/browser/renderer_host/input/touch_action_browsertest.cc b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| index 9c49ca23aa547a5587edb03c37820772efa70544..46d693eb93e810b98be8e994d60a2ee11814aaa0 100644
|
| --- a/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| +++ b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| @@ -189,16 +189,9 @@ IN_PROC_BROWSER_TEST_F(TouchActionBrowserTest, DISABLED_DefaultAuto) {
|
| }
|
| }
|
|
|
| -// TouchActionBrowserTest.TouchActionNone fails under ThreadSanitizer v2,
|
| -// see http://crbug.com/357505.
|
| -#if defined(THREAD_SANITIZER)
|
| -#define MAYBE_TouchActionNone DISABLED_TouchActionNone
|
| -#else
|
| -#define MAYBE_TouchActionNone TouchActionNone
|
| -#endif
|
| // Verify that touching a touch-action: none region disables scrolling and
|
| // enables all touch events to be sent.
|
| -IN_PROC_BROWSER_TEST_F(TouchActionBrowserTest, MAYBE_TouchActionNone) {
|
| +IN_PROC_BROWSER_TEST_F(TouchActionBrowserTest, TouchActionNone) {
|
| LoadURL();
|
|
|
| bool scrolled = DoTouchScroll(gfx::Point(50, 150), gfx::Vector2d(0, 45));
|
|
|