Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Issue 16818021: Changed typedefs for GLintptr and GLsizeiptr (and ARB variants) to work around conflicts with Skia'… (Closed)

Created:
7 years, 6 months ago by Ken Russell (switch to Gerrit)
Modified:
7 years, 6 months ago
Reviewers:
marcheu
CC:
chromium-reviews, Stephen White, Myles C. Maxfield (Amazon.com), bsalomon_chromium
Visibility:
Public.

Description

Changed typedefs for GLintptr and GLsizeiptr (and ARB variants) to work around conflicts with Skia's typedefs in src/third_party/skia/include/gpu/gl/GrGLFunctions.h . There is a fundamental conflict between the OpenGL and OpenGL ES headers for these typedefs. Without this modification, src/ui/gl/gl_bindings_skia_in_process.cc fails to compile. This patch is not appropriate to upstream to Mesa. Additionally, there may be a different workaround available which would allow this patch to be reverted. BUG=238755 TBR=marcheu@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=206312

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M third_party/mesa/include/GL/glext.h View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Ken Russell (switch to Gerrit)
FYI. Upon further reflection I think this could be worked around differently by changing the ...
7 years, 6 months ago (2013-06-14 05:56:22 UTC) #1
Ken Russell (switch to Gerrit)
7 years, 6 months ago (2013-06-14 05:56:53 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r206312 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698