Fix build
This was broken due to 390ec00c6693fb20004f357901beae919a79329f in frameworks/base Change-Id: Ieaff5f34ef56efdd492af2f2e7c2294448223616
This commit is contained in:
committed by
Tim Murray
parent
561423569c
commit
720b4e94e5
@@ -196,7 +196,7 @@ public class LevelsRSActivity extends Activity
|
|||||||
|
|
||||||
private void filter() {
|
private void filter() {
|
||||||
mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
|
mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
|
||||||
mOutPixelsAllocation.ioSendOutput();
|
mOutPixelsAllocation.ioSend();
|
||||||
mRS.finish();
|
mRS.finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user