Attempt to fix the build.
Change-Id: I03569da7a426b17fded35a23d01586e837769836
This commit is contained in:
@@ -386,7 +386,7 @@ public class Surface implements Parcelable {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Surface(native-token=" + mSurface + ")";
|
||||
return "Surface(native-token=" + mSurfaceControl + ")";
|
||||
}
|
||||
|
||||
private Surface(Parcel source) throws OutOfResourcesException {
|
||||
|
||||
Reference in New Issue
Block a user