| Index: components/arc/arc_bridge_service_impl.h
|
| diff --git a/components/arc/arc_bridge_service_impl.h b/components/arc/arc_bridge_service_impl.h
|
| index 8c744e179d90b2ab7f043af7e4591cbb8d8cc35f..6f38dbe4fc27f37edf4e91c5a1f839bb2a6961f4 100644
|
| --- a/components/arc/arc_bridge_service_impl.h
|
| +++ b/components/arc/arc_bridge_service_impl.h
|
| @@ -58,6 +58,9 @@ class ArcBridgeServiceImpl : public ArcBridgeService,
|
| // Requests ARC process list.
|
| bool RequestProcessList() override;
|
|
|
| + void NotifyVideoAcceleratorChannelCreated(
|
| + const IPC::ChannelHandle& handle) override;
|
| +
|
| private:
|
| friend class ArcBridgeTest;
|
| FRIEND_TEST_ALL_PREFIXES(ArcBridgeTest, Basic);
|
| @@ -96,6 +99,9 @@ class ArcBridgeServiceImpl : public ArcBridgeService,
|
| void OnAcquireDisplayWakeLock(DisplayWakeLockType type) override;
|
| void OnReleaseDisplayWakeLock(DisplayWakeLockType type) override;
|
|
|
| + // Called whenever ARC sends request for video accelerator channel.
|
| + void OnRequestArcVideoAcceleratorChannel() override;
|
| +
|
| // ArcBridgeBootstrap::Delegate:
|
| void OnConnectionEstablished(ArcBridgeInstancePtr instance) override;
|
| void OnStopped() override;
|
|
|