aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_test_content__test__suite.cc
diff options
context:
space:
mode:
authorMatthias Wolf <freebsd@rheinwolf.de>2022-02-01 17:38:49 +0000
committerRene Ladan <rene@FreeBSD.org>2022-02-01 22:52:14 +0000
commitee55a1900c2eadea6b93dffff04b58797399d9aa (patch)
tree5a52f3cda6bba314ea5b8a90dffaf6a0472ccd97 /www/chromium/files/patch-content_test_content__test__suite.cc
parent6507e41fe7f72df962091b7118871abafb76f18f (diff)
downloadports-ee55a1900c2eadea6b93dffff04b58797399d9aa.tar.gz
ports-ee55a1900c2eadea6b93dffff04b58797399d9aa.zip
Diffstat (limited to 'www/chromium/files/patch-content_test_content__test__suite.cc')
-rw-r--r--www/chromium/files/patch-content_test_content__test__suite.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-content_test_content__test__suite.cc b/www/chromium/files/patch-content_test_content__test__suite.cc
index a8f8d3d57db9..b03f2e2e9b7f 100644
--- a/www/chromium/files/patch-content_test_content__test__suite.cc
+++ b/www/chromium/files/patch-content_test_content__test__suite.cc
@@ -1,6 +1,6 @@
---- content/test/content_test_suite.cc.orig 2021-04-14 18:41:03 UTC
+--- content/test/content_test_suite.cc.orig 2021-12-31 00:57:33 UTC
+++ content/test/content_test_suite.cc
-@@ -83,6 +83,7 @@ void ContentTestSuite::Initialize() {
+@@ -85,6 +85,7 @@ void ContentTestSuite::Initialize() {
// to initialize GL, so don't do it here.
base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
bool is_child_process = command_line->HasSwitch(switches::kTestChildProcess);
@@ -8,7 +8,7 @@
if (!is_child_process) {
gl::GLSurfaceTestSupport::InitializeNoExtensionsOneOff();
auto* gpu_feature_info = gpu::GetTestGpuThreadHolder()->GetGpuFeatureInfo();
-@@ -90,6 +91,7 @@ void ContentTestSuite::Initialize() {
+@@ -92,6 +93,7 @@ void ContentTestSuite::Initialize() {
gpu_feature_info->disabled_extensions);
gl::init::InitializeExtensionSettingsOneOffPlatform();
}