diff options
Diffstat (limited to 'chromium/components/arc/mojom/pip.mojom')
-rw-r--r-- | chromium/components/arc/mojom/pip.mojom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/arc/mojom/pip.mojom b/chromium/components/arc/mojom/pip.mojom index ce620e0f570..8d38010bc40 100644 --- a/chromium/components/arc/mojom/pip.mojom +++ b/chromium/components/arc/mojom/pip.mojom @@ -28,7 +28,7 @@ interface PipHost { // Next Method ID: 3 interface PipInstance { // Establishes full-duplex communication with the host. - Init@0(PipHost host_ptr) => (); + Init@0(pending_remote<PipHost> host_remote) => (); // Instruct Android to close the current Android PIP window, if it exists. // This is used if the user initiates a Chrome side PIP window, since we |