• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Gallery2


Commit MetaInfo

修订版e601a8dcc53e83b6863399c5984fb056c91e35d2 (tree)
时间2011-09-21 14:37:01
作者Yuli Huang <yuli@goog...>
CommiterAndroid Git Automerger

Log Message

am e07d82c4: Merge "Fix tile-size to sync with the fix in factory branch."

* commit 'e07d82c4e813b0ea5fd00b76bf9f97e442109593':

Fix tile-size to sync with the fix in factory branch.

更改概述

差异

--- 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;
2727 public abstract class Filter {
2828
2929 // TODO: This should be set in MFF instead.
30- private static final int DEFAULT_TILE_SIZE = 40;
30+ private static final int DEFAULT_TILE_SIZE = 640;
3131
3232 private boolean isValid;
3333 private EffectContext context;