Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37ee5342 authored by Mike Dodd's avatar Mike Dodd Committed by Android (Google) Code Review
Browse files

Merge "Add context support to backdropper filter." into jb-mr1-dev

parents 41ed9104 f330d19a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -91,6 +91,9 @@ public class BackDropperEffect extends FilterGraphEffect {
        if (parameterKey.equals("source")) {
            Filter background = mGraph.getFilter("background");
            background.setInputValue("sourceUrl", value);
        } else if (parameterKey.equals("context")) {
            Filter background = mGraph.getFilter("background");
            background.setInputValue("context", value);
        }
    }