| commit | 4509dba6eadf99fa47da66cb7fe64c0007175eda | [log] [tgz] |
|---|---|---|
| author | Yuwei Huang <yuweih@chromium.org> | Mon Sep 22 22:21:48 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 24 22:55:21 2025 |
| tree | c38f5bb992ecf3a98047c294d4f6d73dcd4728d4 | |
| parent | 524bfd80cff936dea5ae2d54b2d639570549bc61 [diff] |
Add TakeImage and modernize MouseCursor This allows the caller to take ownership of the underlying cursor image and wrap it with SharedDesktopFrame so that it can be shared. Also modernize MouseCursor by introducing overloads that take std::unique_ptrs instead of raw pointers, and using `= default` in ctor/dtor. See this comment: https://source.chromium.org/chromium/chromium/src/+/main:remoting/host/linux/pipewire_mouse_cursor_capturer.cc;l=82;drc=3032b3fec036e5143d5e0b802697e69bcbcf1a86 Bug: chromium:430118584 Change-Id: If44daf01905eb63bcf6f5335a4fd2b06b8ace723 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/411540 Auto-Submit: Yuwei Huang <yuweih@chromium.org> Commit-Queue: Mark Foltz <mfoltz@chromium.org> Reviewed-by: Mark Foltz <mfoltz@chromium.org> Reviewed-by: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/main@{#45733}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.