OSDN Git Service

Fix tile-size to sync with the fix in factory branch.
authorYuli Huang <yuli@google.com>
Tue, 20 Sep 2011 15:06:10 +0000 (23:06 +0800)
committerYuli Huang <yuli@google.com>
Tue, 20 Sep 2011 15:08:01 +0000 (23:08 +0800)
Change-Id: I208529a688d44c439dbf0c4d30e4d99e0631fc08

src/com/android/gallery3d/photoeditor/filters/Filter.java

index e1f5ed0..c2d3fe5 100644 (file)
@@ -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;