commit | 3484ae73788140327ff58665e03c3953be834b1d | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Mon Mar 11 18:31:00 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 11 18:31:00 2019 |
tree | 428a48d283bfbf1d6698ef8ad77baf5dd0b2fee1 | |
parent | 19aedaa4092bae1985565b04ac10f9610f126306 [diff] |
Use BLINK_PLATFORM_EXPORT instead of PLATFORM_EXPORT macro in media mojo In Windows the media mojo code used PLATFORM_EXPORT, an internal blink macro, in some generated code. This "worked" and it compiled thanks to the blink internal platform_export.h header being included through some other mistaken code. As that other mistaken code stops including blink's platform_export.h this will stop compiling as is. Switching to the external BLINK_PLATFORM_EXPORT makes everything right. Change-Id: If0b3de739e4953dfd211d1ffd6d7d44bc7f7d69e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1511411 Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Reviewed-by: Matthew Wolenetz <wolenetz@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Auto-Submit: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#639569}
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 .