Fix build

This was broken due to 390ec00c6693fb20004f357901beae919a79329f
in frameworks/base

Change-Id: Ieaff5f34ef56efdd492af2f2e7c2294448223616
This commit is contained in:
Nick Kralevich
2013-10-10 10:02:30 -07:00
parent 01f67f08cc
commit f76f737544

View File

@@ -196,7 +196,7 @@ public class LevelsRSActivity extends Activity
private void filter() {
mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
mOutPixelsAllocation.ioSendOutput();
mOutPixelsAllocation.ioSend();
mRS.finish();
}