summaryrefslogtreecommitdiffstats
path: root/src_pd
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-02-16 09:20:59 -0800
committerJohn Hoford <hoford@google.com>2013-02-19 15:25:43 -0800
commitffe5a12da3a9f61607c8ee5d81e21dfce763b7d9 (patch)
treec25b47d697b41231dbf92599e77d07cb22a6752a /src_pd
parent0718d480a144ba0a44c07c48f90e85cf4ec669c6 (diff)
downloadandroid_packages_apps_Snap-ffe5a12da3a9f61607c8ee5d81e21dfce763b7d9.tar.gz
android_packages_apps_Snap-ffe5a12da3a9f61607c8ee5d81e21dfce763b7d9.tar.bz2
android_packages_apps_Snap-ffe5a12da3a9f61607c8ee5d81e21dfce763b7d9.zip
add movable vignette
Change-Id: I54f2fccd0d748ca4c908d5b0f3c3ef7349cd686d
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 67ccf9c80..92962cbb1 100644
--- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
+++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
@@ -28,6 +28,7 @@ public class EditorManager {
editorPlaceHolder.addEditor(new EditorCurves());
editorPlaceHolder.addEditor(new EditorTinyPlanet());
editorPlaceHolder.addEditor(new EditorDraw());
+ editorPlaceHolder.addEditor(new EditorVignette());
}
}