summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-06-19 22:41:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-06-19 22:41:25 +0000
commit593e5cddfa50865d42ef344353e6aad65948b0a7 (patch)
treef25c3c83d7dac34645e465d9e3e2132588b79bf2 /src/com/android/gallery3d/filtershow/filters
parent7ebd97114cf069342d7b75d3c9a9ece8f448f4fc (diff)
parent667762f9381190c8a1d1c66bbaad15b680bb24b5 (diff)
downloadandroid_packages_apps_Gallery2-593e5cddfa50865d42ef344353e6aad65948b0a7.tar.gz
android_packages_apps_Gallery2-593e5cddfa50865d42ef344353e6aad65948b0a7.tar.bz2
android_packages_apps_Gallery2-593e5cddfa50865d42ef344353e6aad65948b0a7.zip
Merge "Fix LUT3D information lost after re-edit" into gb-ub-photos-carlsbad
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
index dfe0308c1..abe69d110 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
@@ -56,6 +56,7 @@ public class FilterFxRepresentation extends FilterRepresentation {
if (a instanceof FilterFxRepresentation) {
FilterFxRepresentation representation = (FilterFxRepresentation) a;
setName(representation.getName());
+ setSerializationName(representation.getSerializationName());
setBitmapResource(representation.getBitmapResource());
setNameResource(representation.getNameResource());
}