Merge change 20865
* changes: Fix the build
This commit is contained in:
@@ -203,7 +203,7 @@ public class RenderScript {
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
RenderScript(Surface sur) {
|
||||
public RenderScript(Surface sur) {
|
||||
mSurface = sur;
|
||||
mDev = nDeviceCreate();
|
||||
mContext = nContextCreate(mDev, mSurface, 0);
|
||||
|
||||
Reference in New Issue
Block a user