summaryrefslogtreecommitdiffstats
path: root/src_pd
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-07-30 00:27:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-30 00:27:32 +0000
commit41c10a66ee55978b0673ac68a097d556b719887a (patch)
tree7ba4d385d72367a934377472a71e8bda6f5ba647 /src_pd
parent53073482faac5fbbc4ebc85ac10a4e5eef8ffaa5 (diff)
parente162b032fe387eabbd69d367dae6fe7003e850a1 (diff)
downloadandroid_packages_apps_Gallery2-41c10a66ee55978b0673ac68a097d556b719887a.tar.gz
android_packages_apps_Gallery2-41c10a66ee55978b0673ac68a097d556b719887a.tar.bz2
android_packages_apps_Gallery2-41c10a66ee55978b0673ac68a097d556b719887a.zip
Merge "add Grad filter" into gb-ub-photos-carlsbad
Diffstat (limited to 'src_pd')
-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());