summaryrefslogtreecommitdiffstats
path: root/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java')
-rw-r--r--src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
index 8ea21ad26..32664258a 100644
--- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
+++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
@@ -25,6 +25,7 @@ public class EditorManager {
public static void addEditors(EditorPlaceHolder editorPlaceHolder) {
editorPlaceHolder.addEditor(new EditorGrad());
+ editorPlaceHolder.addEditor(new EditorChanSat());
editorPlaceHolder.addEditor(new EditorZoom());
editorPlaceHolder.addEditor(new EditorCurves());
editorPlaceHolder.addEditor(new EditorTinyPlanet());