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

Unified Diff: content/child/runtime_features.cc

Issue 2095283003: CL for perf tryjob on mac Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | tools/run-perf-test.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index 6233f24d614a99da1a82629c06a8ea7bec662e41..3c468d1fd7aeb106404c0f15710529ed0d3c40e5 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -135,6 +135,7 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
enable_web_gl_image_chromium =
base::FeatureList::IsEnabled(features::kWebGLImageChromium);
}
+ enable_web_gl_image_chromium = false;
#else
bool enable_web_gl_image_chromium =
command_line.HasSwitch(switches::kEnableWebGLImageChromium);
« no previous file with comments | « no previous file | tools/run-perf-test.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698