summaryrefslogtreecommitdiffstats
path: root/src_pd
diff options
context:
space:
mode:
authorJack Yoo <jyoo@codeaurora.org>2016-01-21 15:28:31 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-03-01 11:10:48 -0800
commit813c89e05e5723f7a51b9d95b37021dbd55b7654 (patch)
treedf54d3068f4db5e3c2f1b3b38d9ebde6797416d4 /src_pd
parent1d415cfbdc221283a351aaf85029cb872bfa1988 (diff)
downloadandroid_packages_apps_Gallery2-813c89e05e5723f7a51b9d95b37021dbd55b7654.tar.gz
android_packages_apps_Gallery2-813c89e05e5723f7a51b9d95b37021dbd55b7654.tar.bz2
android_packages_apps_Gallery2-813c89e05e5723f7a51b9d95b37021dbd55b7654.zip
Gallery2: SeeStraight feature.
Introducing See Straight feature. Change-Id: I1074696cbf26f18b23181a968ec4e3130d8e1f80 CRs-Fixed: 967813
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 bdac4a9b0..2d30d8f30 100644
--- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
+++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
@@ -41,5 +41,6 @@ public class EditorManager {
editorPlaceHolder.addEditor(new EditorDualCamSketch());
editorPlaceHolder.addEditor(new TrueScannerEditor());
editorPlaceHolder.addEditor(new HazeBusterEditor());
+ editorPlaceHolder.addEditor(new SeeStraightEditor());
}
}