summaryrefslogtreecommitdiffstats
path: root/src_pd/com
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-07-19 17:11:31 -0700
committerJohn Hoford <hoford@google.com>2013-07-29 17:21:34 -0700
commit52e9277b6774bc938a9e55694640c20e4ba90365 (patch)
treeda8abe57ccc4c2040b9989739b926ccf0544c8c9 /src_pd/com
parenta5c138bdac37dddf53acd37807a364aac753acb6 (diff)
downloadandroid_packages_apps_Snap-52e9277b6774bc938a9e55694640c20e4ba90365.tar.gz
android_packages_apps_Snap-52e9277b6774bc938a9e55694640c20e4ba90365.tar.bz2
android_packages_apps_Snap-52e9277b6774bc938a9e55694640c20e4ba90365.zip
add Grad filter
Change-Id: I30fc0810c54f3daa31726188a4c3762df33953a7
Diffstat (limited to 'src_pd/com')
-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 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());