summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-02-07 17:25:04 -0800
committernicolasroard <nicolasroard@google.com>2013-02-07 17:25:25 -0800
commit41a03af3dec8915b5055570ad0631071346da40f (patch)
treec99e2e578ec3e2e44c81eee6a6ca68518864cf6d /src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
parent933f357aeeeba53ed9d3267107ab52dcb4a0fe5f (diff)
downloadandroid_packages_apps_Gallery2-41a03af3dec8915b5055570ad0631071346da40f.tar.gz
android_packages_apps_Gallery2-41a03af3dec8915b5055570ad0631071346da40f.tar.bz2
android_packages_apps_Gallery2-41a03af3dec8915b5055570ad0631071346da40f.zip
Add todo
Change-Id: I54fd72da364337833f80a0f1913beadf2af74277
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
index b778c9398..54a227f6a 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
@@ -21,6 +21,8 @@ import com.android.gallery3d.app.Log;
public class FilterFxRepresentation extends FilterRepresentation {
private Bitmap mFxBitmap = null;
+ // TODO: When implementing serialization, we should find a unique way of
+ // specifying bitmaps / names (the resource IDs being random)
private int mBitmapResource = 0;
private int mNameResource = 0;