summaryrefslogtreecommitdiffstats
path: root/src_pd
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-02-27 08:41:19 -0800
committerJohn Hoford <hoford@google.com>2013-02-27 17:32:01 -0800
commitd61a2f9fcaad0309132b6b9b666c3dc6df62fed7 (patch)
tree41dc510d46b06326ce049fa8aa3f9ae2497f41b6 /src_pd
parente1d875757bbe6634d7224c4f759d904688de4013 (diff)
downloadandroid_packages_apps_Gallery2-d61a2f9fcaad0309132b6b9b666c3dc6df62fed7.tar.gz
android_packages_apps_Gallery2-d61a2f9fcaad0309132b6b9b666c3dc6df62fed7.tar.bz2
android_packages_apps_Gallery2-d61a2f9fcaad0309132b6b9b666c3dc6df62fed7.zip
refactor the geometry code
Change-Id: I5b0381ec5e127aabf37924af64fbeb490755bc9a
Diffstat (limited to 'src_pd')
-rw-r--r--src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java4
1 files changed, 4 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 92962cbb1..2a39b688f 100644
--- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
+++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
@@ -29,6 +29,10 @@ public class EditorManager {
editorPlaceHolder.addEditor(new EditorTinyPlanet());
editorPlaceHolder.addEditor(new EditorDraw());
editorPlaceHolder.addEditor(new EditorVignette());
+ editorPlaceHolder.addEditor(new EditorFlip());
+ editorPlaceHolder.addEditor(new EditorRotate());
+ editorPlaceHolder.addEditor(new EditorStraighten());
+ editorPlaceHolder.addEditor(new EditorCrop());
}
}