summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/category/Action.java
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-07-19 14:45:32 -0700
committernicolasroard <nicolasroard@google.com>2013-07-19 15:48:58 -0700
commit58019558c7465a8dce8dfb49d68292a296c6b408 (patch)
tree437bcaf4d1b14a83c669bdd89a16ef211baf2430 /src/com/android/gallery3d/filtershow/category/Action.java
parentcf76723e40171afef891d494d4c537200597acbb (diff)
downloadandroid_packages_apps_Snap-58019558c7465a8dce8dfb49d68292a296c6b408.tar.gz
android_packages_apps_Snap-58019558c7465a8dce8dfb49d68292a296c6b408.tar.bz2
android_packages_apps_Snap-58019558c7465a8dce8dfb49d68292a296c6b408.zip
Remove FilteringPipeline
Reorganize things around the filtering service. - add HighresRenderingTask - add RenderingRequestTask - add UpdatePreviewTask Change-Id: I3da34fee8c624fb55311c3e1639857fc1bcdadad
Diffstat (limited to 'src/com/android/gallery3d/filtershow/category/Action.java')
-rw-r--r--src/com/android/gallery3d/filtershow/category/Action.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/category/Action.java b/src/com/android/gallery3d/filtershow/category/Action.java
index 71d6415b8..de282cc28 100644
--- a/src/com/android/gallery3d/filtershow/category/Action.java
+++ b/src/com/android/gallery3d/filtershow/category/Action.java
@@ -112,7 +112,7 @@ public class Action implements RenderingRequestCaller {
if (bitmap != null && mRepresentation != null) {
ImagePreset preset = new ImagePreset();
preset.addFilter(mRepresentation);
- RenderingRequest.post(bitmap,
+ RenderingRequest.post(mContext, bitmap,
preset, RenderingRequest.ICON_RENDERING, this);
}
}