View | Details | Raw Unified | Return to bug 244503 | Differences between
and this patch

Collapse All | Expand All

(-)devel/electron4/files/patch-third__party_angle_third__party_glslang_src_glslang_Include_PoolAlloc.h (+10 lines)
Line 0 Link Here
1
--- third_party/angle/third_party/glslang/src/glslang/Include/PoolAlloc.h.orig	2019-03-19 09:09:19 UTC
2
+++ third_party/angle/third_party/glslang/src/glslang/Include/PoolAlloc.h
3
@@ -304,7 +304,6 @@ class pool_allocator { (public)
4
     size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); }
5
     size_type max_size(int size) const { return static_cast<size_type>(-1) / size; }
6
 
7
-    void setAllocator(TPoolAllocator* a) { allocator = *a; }
8
     TPoolAllocator& getAllocator() const { return allocator; }
9
 
10
 protected:
(-)devel/electron4/files/patch-third__party_glslang_src_glslang_Include_PoolAlloc.h (+10 lines)
Line 0 Link Here
1
--- third_party/glslang/src/glslang/Include/PoolAlloc.h.orig	2019-03-19 09:08:46 UTC
2
+++ third_party/glslang/src/glslang/Include/PoolAlloc.h
3
@@ -312,7 +312,6 @@ class pool_allocator { (public)
4
     size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); }
5
     size_type max_size(int size) const { return static_cast<size_type>(-1) / size; }
6
 
7
-    void setAllocator(TPoolAllocator* a) { allocator = *a; }
8
     TPoolAllocator& getAllocator() const { return allocator; }
9
 
10
 protected:
(-)devel/electron4/files/patch-third__party_swiftshader_src_OpenGL_compiler_PoolAlloc.h (+10 lines)
Line 0 Link Here
1
--- third_party/swiftshader/src/OpenGL/compiler/PoolAlloc.h.orig	2019-03-19 08:56:50 UTC
2
+++ third_party/swiftshader/src/OpenGL/compiler/PoolAlloc.h
3
@@ -304,7 +304,6 @@ class pool_allocator { (public)
4
 	size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); }
5
 	size_type max_size(int size) const { return static_cast<size_type>(-1) / size; }
6
 
7
-	void setAllocator(TPoolAllocator *a) { allocator = a; }
8
 	TPoolAllocator& getAllocator() const { return *allocator; }
9
 
10
 protected:

Return to bug 244503