Fix WRAP_GBM_FN
Due to C++ overloading rules, only some of the gbm_* wrapper functions were getting called. For example, if we were passing a char* where a void* was expected, the wrapper would get called, but if we passed exactly the arguments that function expects, the wrapper would not get called. To fix this, add macros that remap gbm_* to call_gbm_*. BUG=1031269 Change-Id: I1814be43f4e5b0f746a6e4a068a95c229a71d20b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981053 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#728328}
Showing
Please register or sign in to comment