| Index: content/browser/web_contents/web_contents_view_aura_browsertest.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_aura_browsertest.cc b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
|
| index 3fe96f5bca471f1536c58adc767f562af7b40392..147afdccc3a8dc217790b143e388ccac918d66ef 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura_browsertest.cc
|
| +++ b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
|
| @@ -912,14 +912,12 @@ IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest, WebContentsViewReparent) {
|
|
|
| // Flaky on some platforms, likely for the same reason as other flaky overscroll
|
| // tests. http://crbug.com/305722
|
| -// TODO(tdresser): Re-enable this once eager GR is back on. See
|
| -// crbug.com/410280.
|
| #if defined(OS_WIN) || (defined(OS_LINUX) && !defined(OS_CHROMEOS))
|
| #define MAYBE_OverscrollNavigationTouchThrottling \
|
| DISABLED_OverscrollNavigationTouchThrottling
|
| #else
|
| #define MAYBE_OverscrollNavigationTouchThrottling \
|
| - DISABLED_OverscrollNavigationTouchThrottling
|
| + OverscrollNavigationTouchThrottling
|
| #endif
|
|
|
| // Tests that touch moves are not throttled when performing a scroll gesture on
|
|
|