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