Skip to content
Snippets Groups Projects
Commit d4476feb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix bug in Blend that did not use options."

parents fc66c0d8 a2c6eb2f
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ public class ScriptIntrinsicBlend extends ScriptIntrinsic {
* @param opt LaunchOptions for clipping
*/
public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
blend(1, ain, aout, null);
blend(1, ain, aout, opt);
}
/**
......@@ -636,4 +636,3 @@ public class ScriptIntrinsicBlend extends ScriptIntrinsic {
}
*/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment