summaryrefslogtreecommitdiff
path: root/chromium/third_party/khronos
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-20 10:33:36 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-22 11:45:12 +0000
commitbe59a35641616a4cf23c4a13fa0632624b021c1b (patch)
tree9da183258bdf9cc413f7562079d25ace6955467f /chromium/third_party/khronos
parentd702e4b6a64574e97fc7df8fe3238cde70242080 (diff)
downloadqtwebengine-chromium-be59a35641616a4cf23c4a13fa0632624b021c1b.tar.gz
BASELINE: Update Chromium to 62.0.3202.101
Change-Id: I2d5eca8117600df6d331f6166ab24d943d9814ac Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/third_party/khronos')
-rw-r--r--chromium/third_party/khronos/EGL/eglplatform.h2
-rw-r--r--chromium/third_party/khronos/README.chromium1
2 files changed, 1 insertions, 2 deletions
diff --git a/chromium/third_party/khronos/EGL/eglplatform.h b/chromium/third_party/khronos/EGL/eglplatform.h
index fad491b45af..161cfa3b46b 100644
--- a/chromium/third_party/khronos/EGL/eglplatform.h
+++ b/chromium/third_party/khronos/EGL/eglplatform.h
@@ -77,7 +77,7 @@ typedef HDC EGLNativeDisplayType;
typedef HBITMAP EGLNativePixmapType;
typedef HWND EGLNativeWindowType;
-#elif defined(__WINSCW__) || defined(__SYMBIAN32__) || defined(__Fuchsia__)
+#elif defined(__WINSCW__) || defined(__SYMBIAN32__)
typedef int EGLNativeDisplayType;
typedef void *EGLNativeWindowType;
diff --git a/chromium/third_party/khronos/README.chromium b/chromium/third_party/khronos/README.chromium
index e6b667f8908..83eaa5a2377 100644
--- a/chromium/third_party/khronos/README.chromium
+++ b/chromium/third_party/khronos/README.chromium
@@ -31,7 +31,6 @@ GLES2/gl2ext.h
EGL/eglplatform.h
- Added EGLNative*Type for Mac.
- Added EGLNative*Type for native linux framebuffers.
- - Added EGLNative*Type for Fuchsia.
EGL/eglext.h
- Added support for EGL_EXT_image_flush_external extension
- Added support for EGL_ANGLE_stream_producer_d3d_texture_nv12