commit | 936b0a19de3c6784acd9cf9ea861dc9f1250ee42 | [log] [tgz] |
---|---|---|
author | Christopher Cameron <[email protected]> | Mon Oct 08 20:22:35 2018 |
committer | Commit Bot <[email protected]> | Mon Oct 08 20:22:35 2018 |
tree | 371295d17286105d6e620a4c865084b3f6ea6305 | |
parent | 83bbad5a2f22f255a4d3d313897fd41544644d00 [diff] |
RemoteMacViews: Update platform_util prefer views APIs to Cocoa APIs Because of RemoteMacViews, we are in a world where a gfx::NativeView may be an NSView, or it may be a handle that is used to access an NSView that is in another process. Utility functions, such as the platform_util:: functions, that take a gfx::NativeView, need to be updated to handle this appropriately. Add a band-aid fix for this particular instance (which fixes modal dialogs in RemoteMacViews). A more appropriate long-term solution will be required. Change-Id: I180b9127c3344049151922580f21454aeaf48492 Reviewed-on: https://chromium-review.googlesource.com/c/1262970 Commit-Queue: ccameron <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: Elly Fong-Jones <[email protected]> Cr-Commit-Position: refs/heads/master@{#597664}
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 .