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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2806263005: Convert the overlay scrollbar flag to use FeatureList (Closed)
Patch Set: update histograms.xml 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
Index: third_party/WebKit/LayoutTests/VirtualTestSuites
diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites
index c782e8c327c60621a0f6958170675afab295eb54..3553fc419367069bfa5d2c1bb78c58d4920ac789 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"]
},

Powered by Google App Engine
This is Rietveld 408576698