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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2806263005: Convert the overlay scrollbar flag to use FeatureList (Closed)
Patch Set: move feature_list_ change to SetUpCommandLine Created 3 years, 8 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
« no previous file with comments | « content/renderer/render_view_browsertest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/VirtualTestSuites
diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites
index 18fb6a98c8135fa76e381d1ca4b49742b5122f0c..2d06dd5c8bfd357f8bbfa02ee40704e6bebad230 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -126,10 +126,10 @@
{
"prefix": "android",
"base": "fullscreen",
- "args": ["--enable-threaded-compositing",
+ "args": ["--enable-features=OverlayScrollbar", "--enable-threaded-compositing",
"--enable-fixed-position-compositing", "--enable-prefer-compositing-to-lcd-text",
"--enable-composited-scrolling-for-frames", "--enable-gesture-tap-highlight", "--enable-pinch",
- "--force-overlay-fullscreen-video", "--enable-overlay-scrollbars", "--enable-overscroll-notifications",
+ "--force-overlay-fullscreen-video", "--enable-overscroll-notifications",
"--enable-fixed-layout", "--enable-viewport", "--disable-canvas-aa",
"--disable-composited-antialiasing"]
},
« no previous file with comments | « content/renderer/render_view_browsertest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698