summaryrefslogtreecommitdiffstats
path: root/src_pd
diff options
context:
space:
mode:
authorJack Yoo <jyoo@codeaurora.org>2016-01-18 15:49:46 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-03-01 11:10:44 -0800
commit1d415cfbdc221283a351aaf85029cb872bfa1988 (patch)
tree3f98978c2185ccba2d39cf206d0b8efe1556fa42 /src_pd
parent66d214478e5f04fe2fe32026ca595ed91f7f89b1 (diff)
downloadandroid_packages_apps_Gallery2-1d415cfbdc221283a351aaf85029cb872bfa1988.tar.gz
android_packages_apps_Gallery2-1d415cfbdc221283a351aaf85029cb872bfa1988.tar.bz2
android_packages_apps_Gallery2-1d415cfbdc221283a351aaf85029cb872bfa1988.zip
Gallery2: Hazebuster feature
Adding Hazebuster filter feature. Change-Id: I4547289673a9530419be024ee155e59e5fc3d1de CRs-Fixed: 967809
Diffstat (limited to 'src_pd')
-rw-r--r--src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
index 1e07ce380..bdac4a9b0 100644
--- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
+++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
@@ -40,6 +40,6 @@ public class EditorManager {
editorPlaceHolder.addEditor(new EditorDualCamFusion());
editorPlaceHolder.addEditor(new EditorDualCamSketch());
editorPlaceHolder.addEditor(new TrueScannerEditor());
+ editorPlaceHolder.addEditor(new HazeBusterEditor());
}
-
}