summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2024-01-08 15:39:03 +0100
committerMichael BrĂ¼ning <michael.bruning@qt.io>2024-01-08 16:02:51 +0000
commit2d8ce130db72ce75e2ca8b51f3c32938fbff9143 (patch)
tree9ec24cb5df11f147d9fd92659d134cde10776d3a
parent73c9c09a8b314b8c66bbe3d2648d6bfe18d5d4a8 (diff)
Fixup: [Backport] Security bug 1505632
Change-Id: I8af12a1fecededb373145fd89362e08b030f1d7f Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/528821 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-rw-r--r--chromium/services/viz/public/cpp/gpu/context_provider_command_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/services/viz/public/cpp/gpu/context_provider_command_buffer.h b/chromium/services/viz/public/cpp/gpu/context_provider_command_buffer.h
index 9a867177048..0ac70dae7e9 100644
--- a/chromium/services/viz/public/cpp/gpu/context_provider_command_buffer.h
+++ b/chromium/services/viz/public/cpp/gpu/context_provider_command_buffer.h
@@ -192,7 +192,7 @@ class ContextProviderCommandBuffer
//////////////////////////////////////////////////////////////////////////////
// Owned by either gles2_impl_ or raster_interface_, not both.
- gpu::ImplementationBase* impl_;
+ gpu::ImplementationBase* impl_ = nullptr;
std::unique_ptr<skia_bindings::GrContextForGLES2Interface> gr_context_;
#if BUILDFLAG(SKIA_USE_DAWN)