From 49798939f1bc58eaf5842bbc8bc5424284ab7930 Mon Sep 17 00:00:00 2001 From: John Hoford Date: Thu, 22 Aug 2013 14:38:19 -0700 Subject: border UI editor bug:9470514 Change-Id: I4d5cd91775c9b8742f847fd9a955f6f28e66cd38 --- src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src_pd') diff --git a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java index 32664258a..e82d5617c 100644 --- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java +++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java @@ -31,6 +31,7 @@ public class EditorManager { editorPlaceHolder.addEditor(new EditorTinyPlanet()); editorPlaceHolder.addEditor(new EditorDraw()); editorPlaceHolder.addEditor(new EditorVignette()); + editorPlaceHolder.addEditor(new EditorColorBorder()); editorPlaceHolder.addEditor(new EditorMirror()); editorPlaceHolder.addEditor(new EditorRotate()); editorPlaceHolder.addEditor(new EditorStraighten()); -- cgit v1.2.3