summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__context__state.h
blob: 536a1dc76127bbe9aa1ca0320f53c4cdbd02a228 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gpu/command_buffer/service/shared_context_state.h.orig	2023-11-04 07:08:51 UTC
+++ gpu/command_buffer/service/shared_context_state.h
@@ -392,6 +392,8 @@ class GPU_GLES2_EXPORT SharedContextState
   std::vector<uint8_t> scratch_deserialization_buffer_;
   raw_ptr<gpu::raster::GrShaderCache, DanglingUntriaged> gr_shader_cache_ =
       nullptr;
+  raw_ptr<GpuProcessShmCount, DanglingUntriaged> use_shader_cache_shm_count_ =
+      nullptr;
 
   // |need_context_state_reset| is set whenever Skia may have altered the
   // driver's GL state.