From 52e9277b6774bc938a9e55694640c20e4ba90365 Mon Sep 17 00:00:00 2001 From: John Hoford Date: Fri, 19 Jul 2013 17:11:31 -0700 Subject: add Grad filter Change-Id: I30fc0810c54f3daa31726188a4c3762df33953a7 --- src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src_pd/com/android') diff --git a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java index 2a39b688f..ab85110fe 100644 --- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java +++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java @@ -24,6 +24,7 @@ import com.android.gallery3d.filtershow.editors.EditorZoom; public class EditorManager { public static void addEditors(EditorPlaceHolder editorPlaceHolder) { + editorPlaceHolder.addEditor(new EditorGrad()); editorPlaceHolder.addEditor(new EditorZoom()); editorPlaceHolder.addEditor(new EditorCurves()); editorPlaceHolder.addEditor(new EditorTinyPlanet()); -- cgit v1.2.3