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

Unified Diff: chrome/test/perf/frame_rate/frame_rate_tests.cc

Issue 167713003: Remove allow-webui-compositing switch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: chrome/test/perf/frame_rate/frame_rate_tests.cc
diff --git a/chrome/test/perf/frame_rate/frame_rate_tests.cc b/chrome/test/perf/frame_rate/frame_rate_tests.cc
index b1d36e4b91e979db51e4ee6bc52b1f82b053f087..dcacb0513ef84f5c3da0a0775cae2a1fd4023d3f 100644
--- a/chrome/test/perf/frame_rate/frame_rate_tests.cc
+++ b/chrome/test/perf/frame_rate/frame_rate_tests.cc
@@ -94,12 +94,6 @@ class FrameRateTest
// Turn on chrome.Interval to get higher-resolution timestamps on frames.
launch_arguments_.AppendSwitch(switches::kEnableBenchmarking);
- // UI tests boot up render views starting from about:blank. This causes
- // the renderer to start up thinking it cannot use the GPU. To work
- // around that, and allow the frame rate test to use the GPU, we must
- // pass kAllowWebUICompositing.
- launch_arguments_.AppendSwitch(switches::kAllowWebUICompositing);
-
// Some of the tests may launch http requests through JSON or AJAX
// which causes a security error (cross domain request) when the page
// is loaded from the local file system ( file:// ). The following switch

Powered by Google App Engine
This is Rietveld 408576698