commit | 3e7ad811e5213421556c84a0101f761f0e303cfb | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Wed Jul 25 04:45:09 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 25 04:45:09 2018 |
tree | 53a13032657c126f3fa838711edf3a2590b2038a | |
parent | 5f1b7fdaea301e9f385e18a1ec7ce0dd953171fa [diff] |
Switch ui/gl/gl_enums.cc from khronos GL to ui/gl gl_enums used Khronos to get a definition of GL_NONE but that broke jumbo build experiments because you cannot have khronos headers and ui/gl headers in the same translation unit. This patch switches gl_enums.cc to use ui/gl/gl_bindings.h like the rest of the code. Bug: 864986 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: Id239ca4aa55278ac012c066d6a6f8e243b3ec319 Reviewed-on: https://chromium-review.googlesource.com/1148442 Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#577799}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .