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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/base.py

Issue 486493002: Merge AcceleratedCompositingForOverflowScroll into PreferCompositingToLCDText. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm-overflowscroll: imagefailure Created 6 years, 4 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 | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
index d865931261b26910185d895a35682471a0a70420..081afa6b49d5e5c990866b76ae27d42377ceb902 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1535,11 +1535,11 @@ class Port(object):
'--enable-per-tile-painting']),
VirtualTestSuite('gpu/compositedscrolling/overflow',
'compositing/overflow',
- ['--enable-accelerated-overflow-scroll'],
+ ['--enable-prefer-compositing-to-lcd-text'],
use_legacy_naming=True),
VirtualTestSuite('gpu/compositedscrolling/scrollbars',
'scrollbars',
- ['--enable-accelerated-overflow-scroll'],
+ ['--enable-prefer-compositing-to-lcd-text'],
use_legacy_naming=True),
VirtualTestSuite('threaded',
'animations',
@@ -1559,11 +1559,11 @@ class Port(object):
VirtualTestSuite('android',
'fullscreen',
['--enable-threaded-compositing',
- '--enable-fixed-position-compositing', '--enable-accelerated-overflow-scroll', '--enable-accelerated-scrollable-frames',
+ '--enable-fixed-position-compositing', '--enable-prefer-compositing-to-lcd-text',
'--enable-composited-scrolling-for-frames', '--enable-gesture-tap-highlight', '--enable-pinch',
'--enable-overlay-fullscreen-video', '--enable-overlay-scrollbars', '--enable-overscroll-notifications',
'--enable-fixed-layout', '--enable-viewport', '--disable-canvas-aa',
- '--disable-composited-antialiasing', '--enable-accelerated-fixed-root-background']),
+ '--disable-composited-antialiasing']),
VirtualTestSuite('implsidepainting',
'inspector/timeline',
['--enable-threaded-compositing', '--enable-impl-side-painting']),
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698