mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 776876 - vc11 nullptr fix for GLContextProviderEGL. r=joe
This commit is contained in:
parent
5c0432e392
commit
855e96526b
@ -52,7 +52,7 @@ namespace mozilla {
|
||||
namespace gl {
|
||||
class GLContext;
|
||||
|
||||
typedef uintptr_t SharedTextureHandle;
|
||||
typedef void* SharedTextureHandle;
|
||||
|
||||
enum ShaderProgramType {
|
||||
RGBALayerProgramType,
|
||||
|
Loading…
Reference in New Issue
Block a user