summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterGeometry.java
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-04-04 17:20:42 -0700
committerRuben Brunk <rubenbrunk@google.com>2013-04-09 15:57:57 -0700
commit6fe165b7d28299d5b2f97deb135b233d84eb300f (patch)
tree68e5ffceeda29a8dd0d52da076d6c2a7ea533f41 /src/com/android/gallery3d/filtershow/filters/ImageFilterGeometry.java
parent7ce32619d3f107125d219b80c4041681a0bd85cc (diff)
downloadandroid_packages_apps_Gallery2-6fe165b7d28299d5b2f97deb135b233d84eb300f.tar.gz
android_packages_apps_Gallery2-6fe165b7d28299d5b2f97deb135b233d84eb300f.tar.bz2
android_packages_apps_Gallery2-6fe165b7d28299d5b2f97deb135b233d84eb300f.zip
Moving crop to a separate activity. Refactoring.
Bug: 8526929 Change-Id: I8acf6d46de069dd84c31afea6b4a7ae8e1c2fcce
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/ImageFilterGeometry.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilterGeometry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterGeometry.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterGeometry.java
index 5a33cc823..4f46eed82 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterGeometry.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterGeometry.java
@@ -24,7 +24,7 @@ import android.graphics.Rect;
import android.graphics.RectF;
import android.util.Log;
-import com.android.gallery3d.filtershow.CropExtras;
+import com.android.gallery3d.filtershow.crop.CropExtras;
import com.android.gallery3d.filtershow.imageshow.GeometryMath;
import com.android.gallery3d.filtershow.imageshow.GeometryMetadata;