summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_client_display_sys__opengl.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-remoting_client_display_sys__opengl.h')
-rw-r--r--www/chromium/files/patch-remoting_client_display_sys__opengl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-remoting_client_display_sys__opengl.h b/www/chromium/files/patch-remoting_client_display_sys__opengl.h
index cb1787f42c60..ee211a9212f6 100644
--- a/www/chromium/files/patch-remoting_client_display_sys__opengl.h
+++ b/www/chromium/files/patch-remoting_client_display_sys__opengl.h
@@ -1,11 +1,11 @@
---- remoting/client/display/sys_opengl.h.orig 2019-03-11 22:01:01 UTC
+--- remoting/client/display/sys_opengl.h.orig 2020-11-13 06:36:46 UTC
+++ remoting/client/display/sys_opengl.h
@@ -9,7 +9,7 @@
#if defined(OS_IOS)
#include <OpenGLES/ES3/gl.h>
--#elif defined(OS_LINUX)
-+#elif defined(OS_LINUX) || defined(OS_BSD)
+-#elif defined(OS_LINUX) || defined(OS_CHROMEOS)
++#elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
#include <GL/glext.h>