From fbd39b13a41a96142da85956625530e28075992e Mon Sep 17 00:00:00 2001 From: nicolasroard Date: Thu, 7 Feb 2013 17:25:04 -0800 Subject: Add todo Change-Id: I54fd72da364337833f80a0f1913beadf2af74277 --- .../android/gallery3d/filtershow/filters/FilterFxRepresentation.java | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3