diff options
Diffstat (limited to 'src/com/android/camera/gallery/IImage.java')
-rw-r--r-- | src/com/android/camera/gallery/IImage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/gallery/IImage.java b/src/com/android/camera/gallery/IImage.java index 921f40b..9c47d13 100644 --- a/src/com/android/camera/gallery/IImage.java +++ b/src/com/android/camera/gallery/IImage.java @@ -35,7 +35,7 @@ public interface IImage { public abstract Bitmap fullSizeBitmap(int targetWidthOrHeight); /** Get the cancelable object for the bitmap of the full size image. */ - public abstract ICancelable<Bitmap> fullSizeBitmapCancelable( + public abstract Cancelable<Bitmap> fullSizeBitmapCancelable( int targetWidthOrHeight); /** Get the input stream associated with a given full size image. */ |