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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2806263005: Convert the overlay scrollbar flag to use FeatureList (Closed)
Patch Set: dtapuska comment addressed 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 2375ea98348a2922dfca5b0c483a6808ce987230..8510e5335fa0443ecd13d75355b55a621d34a214 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