Merge "Fix LUT3D information lost after re-edit" into gb-ub-photos-carlsbad
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
index dfe0308..abe69d1 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
@@ -56,6 +56,7 @@
         if (a instanceof FilterFxRepresentation) {
             FilterFxRepresentation representation = (FilterFxRepresentation) a;
             setName(representation.getName());
+            setSerializationName(representation.getSerializationName());
             setBitmapResource(representation.getBitmapResource());
             setNameResource(representation.getNameResource());
         }