summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoController.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/VideoController.java')
-rw-r--r--src/com/android/camera/VideoController.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/camera/VideoController.java b/src/com/android/camera/VideoController.java
index e84654821..724013940 100644
--- a/src/com/android/camera/VideoController.java
+++ b/src/com/android/camera/VideoController.java
@@ -39,4 +39,6 @@ public interface VideoController extends OnShutterButtonListener {
// Callbacks for camera preview UI events.
public void onPreviewUIReady();
public void onPreviewUIDestroyed();
+
+ public void onScreenSizeChanged(int width, int height, int previewWidth, int previewHeight);
}