summaryrefslogtreecommitdiffstats
path: root/java/com/android/incallui/video/protocol/VideoCallScreenDelegateFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/video/protocol/VideoCallScreenDelegateFactory.java')
-rw-r--r--java/com/android/incallui/video/protocol/VideoCallScreenDelegateFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/incallui/video/protocol/VideoCallScreenDelegateFactory.java b/java/com/android/incallui/video/protocol/VideoCallScreenDelegateFactory.java
index 285857a23..fb7c78b81 100644
--- a/java/com/android/incallui/video/protocol/VideoCallScreenDelegateFactory.java
+++ b/java/com/android/incallui/video/protocol/VideoCallScreenDelegateFactory.java
@@ -19,5 +19,5 @@ package com.android.incallui.video.protocol;
/** Callbacks from the module out to the container. */
public interface VideoCallScreenDelegateFactory {
- VideoCallScreenDelegate newVideoCallScreenDelegate();
+ VideoCallScreenDelegate newVideoCallScreenDelegate(VideoCallScreen videoCallScreen);
}