Commit d0de7bc8 authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Add comment about WebGL extensions' development process.

Per request on https://chromium-review.googlesource.com/2029236/ .

Bug: 1048907
Change-Id: If19466721c616114affbde9d65cdd19bd69c5980
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040445Reviewed-by: default avatarPhilip Jägenstedt <foolip@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#743194}
parent b522c158
......@@ -4,6 +4,16 @@
import("//third_party/blink/renderer/config.gni")
# Note: WebGL extensions are the most frequently added IDL files and
# don't go through Blink's Intent to Ship process. Instead, these are
# discussed among all browser vendors within the WebGL working group
# as defined by the process here:
#
# https://www.khronos.org/registry/webgl/extensions/
#
# and only enabled in any browser by default once all browsers are in
# agreement that the extension is ready to ship.
modules_idl_files = [
"angle_instanced_arrays.idl",
"ext_blend_min_max.idl",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment