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

Unified Diff: content/test/gpu/page_sets/gpu_process_tests.py

Issue 2347383002: X11: Use better visuals for OpenGL (Closed)
Patch Set: auto* Created 4 years, 3 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/gpu/in_process_gpu_thread.cc ('k') | extensions/browser/api/app_window/app_window_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/page_sets/gpu_process_tests.py
diff --git a/content/test/gpu/page_sets/gpu_process_tests.py b/content/test/gpu/page_sets/gpu_process_tests.py
index fcf2f930be476860fc97f2d7605a6df482713773..6af4dcc407834b0a8821020e756905e8b9838a8b 100644
--- a/content/test/gpu/page_sets/gpu_process_tests.py
+++ b/content/test/gpu/page_sets/gpu_process_tests.py
@@ -580,7 +580,7 @@ class HasTransparentVisualsGpuProcessPage(DriverBugWorkaroundsTestsPage):
shared_page_state_class=HasTransparentVisualsShared,
expectations=expectations,
expected_workaround=None,
- unexpected_workaround='disable_transparent_visuals')
+ unexpected_workaround=None)
def Validate(self, tab, results):
if sys.platform.startswith('linux'):
@@ -591,9 +591,6 @@ class NoTransparentVisualsShared(GpuProcessSharedPageState):
def __init__(self, test, finder_options, story_set):
super(NoTransparentVisualsShared, self).__init__(
test, finder_options, story_set)
- options = finder_options.browser_options
- if sys.platform.startswith('linux'):
- options.AppendExtraBrowserArgs('--disable_transparent_visuals=1')
class NoTransparentVisualsGpuProcessPage(DriverBugWorkaroundsTestsPage):
def __init__(self, story_set, expectations):
@@ -602,7 +599,7 @@ class NoTransparentVisualsGpuProcessPage(DriverBugWorkaroundsTestsPage):
page_set=story_set,
shared_page_state_class=NoTransparentVisualsShared,
expectations=expectations,
- expected_workaround='disable_transparent_visuals',
+ expected_workaround=None,
unexpected_workaround=None)
def Validate(self, tab, results):
« no previous file with comments | « content/gpu/in_process_gpu_thread.cc ('k') | extensions/browser/api/app_window/app_window_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698