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

Unified Diff: gpu/command_buffer/service/program_manager_unittest.cc

Issue 1626363002: command_buffer: Enable gl path rendering by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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: gpu/command_buffer/service/program_manager_unittest.cc
diff --git a/gpu/command_buffer/service/program_manager_unittest.cc b/gpu/command_buffer/service/program_manager_unittest.cc
index 209b1671f6225b4a7d35c7590f7f205f09335c8f..f6bd9cf8506275f5e314dc3161931cac90001f53 100644
--- a/gpu/command_buffer/service/program_manager_unittest.cc
+++ b/gpu/command_buffer/service/program_manager_unittest.cc
@@ -2160,11 +2160,7 @@ class ProgramManagerWithPathRenderingTest
testing::tuple<const char*, const char*>> {
protected:
void SetUp() override {
- base::CommandLine command_line(*base::CommandLine::ForCurrentProcess());
- command_line.AppendSwitch(switches::kEnableGLPathRendering);
- FeatureInfo* feature_info = new FeatureInfo(command_line);
- SetUpBase(testing::get<0>(GetParam()), testing::get<1>(GetParam()),
- feature_info);
+ SetUpBase(testing::get<0>(GetParam()), testing::get<1>(GetParam()));
}
static const char* kFragmentInput1Name;
static const char* kFragmentInput2Name;
« no previous file with comments | « gpu/command_buffer/service/gpu_switches.cc ('k') | gpu/command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698