summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d
diff options
context:
space:
mode:
authorYuli Huang <yuli@google.com>2011-09-20 23:06:10 +0800
committerYuli Huang <yuli@google.com>2011-09-20 23:08:01 +0800
commit60de1c033af8a8e058b34ea96d14839666cd08fb (patch)
tree3e0fac9d6d78583aae1009dca663fc46cdde3500 /src/com/android/gallery3d
parent7d8f602aec4341943bd182e2b7f05ed71c66ef67 (diff)
downloadandroid_packages_apps_Snap-60de1c033af8a8e058b34ea96d14839666cd08fb.tar.gz
android_packages_apps_Snap-60de1c033af8a8e058b34ea96d14839666cd08fb.tar.bz2
android_packages_apps_Snap-60de1c033af8a8e058b34ea96d14839666cd08fb.zip
Fix tile-size to sync with the fix in factory branch.
Change-Id: I208529a688d44c439dbf0c4d30e4d99e0631fc08
Diffstat (limited to 'src/com/android/gallery3d')
-rw-r--r--src/com/android/gallery3d/photoeditor/filters/Filter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/photoeditor/filters/Filter.java b/src/com/android/gallery3d/photoeditor/filters/Filter.java
index e1f5ed0fc..c2d3fe5af 100644
--- a/src/com/android/gallery3d/photoeditor/filters/Filter.java
+++ b/src/com/android/gallery3d/photoeditor/filters/Filter.java
@@ -27,7 +27,7 @@ import com.android.gallery3d.photoeditor.Photo;
public abstract class Filter {
// TODO: This should be set in MFF instead.
- private static final int DEFAULT_TILE_SIZE = 40;
+ private static final int DEFAULT_TILE_SIZE = 640;
private boolean isValid;
private EffectContext context;