summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/AppBridge.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/app/AppBridge.java')
-rw-r--r--src/com/android/gallery3d/app/AppBridge.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/app/AppBridge.java b/src/com/android/gallery3d/app/AppBridge.java
index 90cbd0bbb..5d6b1ec52 100644
--- a/src/com/android/gallery3d/app/AppBridge.java
+++ b/src/com/android/gallery3d/app/AppBridge.java
@@ -34,6 +34,7 @@ public abstract class AppBridge implements Parcelable {
// These are requests sent from PhotoPage to the app
//////////////////////////////////////////////////////////////////////////
+ public abstract boolean isPanorama();
public abstract ScreenNail attachScreenNail();
public abstract void detachScreenNail();