summaryrefslogtreecommitdiffstats
path: root/src_pd/com/android/gallery3d/filtershow
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-02-07 17:39:06 -0800
committerJohn Hoford <hoford@google.com>2013-02-08 16:08:07 -0800
commit1bc931c09606f8a00fd8b41706e918a766389b20 (patch)
tree1118ab2af30ca65f0da7ed780707a07dcde87040 /src_pd/com/android/gallery3d/filtershow
parentb4e6733731e751afe7dcf2a3b9803d2f720cb253 (diff)
downloadandroid_packages_apps_Snap-1bc931c09606f8a00fd8b41706e918a766389b20.tar.gz
android_packages_apps_Snap-1bc931c09606f8a00fd8b41706e918a766389b20.tar.bz2
android_packages_apps_Snap-1bc931c09606f8a00fd8b41706e918a766389b20.zip
Fix tiny planet to work with the new framework
Change-Id: I57e87ade6f2cfdfee1b237cdfdf5914244ee98aa
Diffstat (limited to 'src_pd/com/android/gallery3d/filtershow')
-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 5c1d004b6..67ccf9c80 100644
--- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
+++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
@@ -26,6 +26,7 @@ public class EditorManager {
public static void addEditors(EditorPlaceHolder editorPlaceHolder) {
editorPlaceHolder.addEditor(new EditorZoom());
editorPlaceHolder.addEditor(new EditorCurves());
+ editorPlaceHolder.addEditor(new EditorTinyPlanet());
editorPlaceHolder.addEditor(new EditorDraw());
}